in reply to Re^2: Perl Cannot Be Parsed: A Formal Proof (meh)in thread Perl Cannot Be Parsed: A Formal Proof
eval $ARGV[ 0 ]; [download]
The output from perl -MO=Deparse disagrees with you. eval isn't the "problem", BEGIN is.
- tye