in reply to Re: Perl IDE
in thread Perl IDE
Isn't that an obfuscated way of writing a do block? :)
P:\test>perl -m-warnings=syntax -MO=Deparse,-p if (COND) { print ("something") } ^Z no warnings; do { print('something') }; - syntax OK
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Perl IDE
by demerphq (Chancellor) on Sep 21, 2003 at 15:53 UTC |