Oops!% perl -le 'print "a" =~ /a' -e '/x' 1 % perl -MO=Deparse -le 'print "a" =~ /a' -e '/x' -e syntax OK print 'a' =~ /a\n/x; % perl -le 'print "a" =~ /a\n/x' %
(I'm taking advantage of the implicit newline for -e.)
In reply to Re: Re: Re: Revisionism, Perl-Style
by chipmunk
in thread Revisionism, Perl-Style
by MeowChow
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |