(and his disciple Silent Bob)
#!perl -MError=try -MAcme::Don't do{} or don't{}, ! try{};

do or do not, there is no try

--
perl -pew "s/\b;([mnst])/'$1/g"

Replies are listed 'Best First'.
Re: Wise words of Yoda
by ChemBoy (Priest) on Jun 15, 2002 at 05:55 UTC

    Well, I think it works better in Perl 5, actually...

    % perl -e 'do {} or do not; try();'

    (Go ahead, run it ;-)



    If God had meant us to fly, he would *never* have given us the railroads.
        --Michael Flanders

      I already switched to perl5 ;-). For those reading later I originally had
      #!perl6 -MAcme::Don't do{} or don't{}, ! try{};

      ++ for the extra oomph.

      --
      perl -pew "s/\b;([mnst])/'$1/g"