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 ([EMAIL PROTECTED]) 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to