On Thursday, 18. October 2007, Andreas Schuldei wrote:
> here come the patches

mhmm, the Getopt( ...); ...
then later
my $opt_x && usage; construct irretated  me.

[EMAIL PROTECTED](0) ~ $ perl -e 'use strict; my $foo = 1; $foo && print 
"okay\n"; '
okay
[EMAIL PROTECTED](0) ~ $ perl -e 'use strict; my $foo = 1; my $foo && print 
"okay\n"; '
[EMAIL PROTECTED](0) ~ $

So use strict in this very case is more confusing IMHO

Achim
P.S.  As a lazy typer ;)   fwiw :(.*)/: is same as :(.*)/.*:


> 
> 



-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to