You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-dev@perl.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2005/09/02 06:52:19 UTC

Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testing.pod tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod

On Fri, 2 Sep 2005, pgollucci@apache.org wrote:

> Author: pgollucci
> Date: Thu Sep  1 21:44:13 2005
> New Revision: 266284
>
> URL: http://svn.apache.org/viewcvs?rev=266284&view=rev
> Log:
> s/my(/my (/g
[ ... ]
That's really great to make all of these consistent;
that was a lot of work!

However, in a few places like

> -C<my()> vs. C<use vars>:
> +C<my ()> vs. C<use vars>:

I find the usage of 'my ()' a bit confusing, compared
to 'my()', when used in the context of denoting a
function. I guess this preference is a bit inconsistent,
as I also prefer this change:

> -    my( $class, $text ) = @_ ;
> +    my ( $class, $text ) = @_ ;

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testing.pod tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod

Posted by Stas Bekman <st...@stason.org>.
Philip M. Gollucci wrote:

> I was actually debating making it:
>  >> -    my( $class, $text ) = @_ ;
>  >> +    my ($class, $text) = @_ ;

+1

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://mailchannels.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testing.pod tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Randy Kobes wrote:
> That's really great to make all of these consistent;
> that was a lot of work!
Thanks! :)
> 
> However, in a few places like
> 
>> -C<my()> vs. C<use vars>:
>> +C<my ()> vs. C<use vars>:
Any other opinions?

> I find the usage of 'my ()' a bit confusing, compared
> to 'my()', when used in the context of denoting a
> function. I guess this preference is a bit inconsistent,
> as I also prefer this change:
> 
>> -    my( $class, $text ) = @_ ;
>> +    my ( $class, $text ) = @_ ;

I was actually debating making it:
 >> -    my( $class, $text ) = @_ ;
 >> +    my ($class, $text) = @_ ;




-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org