in reply to Re: Perl Cannot Be Parsed: A Formal Proof (meh)
in thread Perl Cannot Be Parsed: A Formal Proof

A rather simpler demonstration is:

eval $ARGV[ 0 ];

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

Replies are listed 'Best First'.
Re^3: Perl Cannot Be Parsed: A Formal Proof (meh)
by tye (Sage) on Jan 21, 2008 at 19:31 UTC
    eval $ARGV[ 0 ];

    The output from perl -MO=Deparse disagrees with you. eval isn't the "problem", BEGIN is.

    - tye