Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -wMstrict=refs,subs -e 'BEGIN { *::x=\$a   } $x++'
    BEGIN { $^W = 1; }
    ...
    }
    ++$x;
    -e syntax OK