"Hemant Desai" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> perl -MO=Deparse -e 'for $i (1..4){;}'
> is the -MO=Deparse option explained anywhere ?

yes.

[panda]$ perldoc perlcompile

NAME
    perlcompile - Introduction to the Perl Compiler-Translator

DESCRIPTION
    Perl has always had a compiler: your source is compiled into an internal
... etc etc.

for everything (almost) you want to know about that kind of stuff.

david



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to