Help for this page

Select Code to Download


  1. or download this
    Name "blah::a" used only once: possible typo at -e line 1.
    
  2. or download this
    perl -MO=Deparse -wMstrict -e "BEGIN { *::x=\$a   } $x++"
    ...
    BEGIN { $^W = 1; }
    ...
        *x = \$a;
    }
    $main::x++;