Help for this page

Select Code to Download


  1. or download this
    $ perl -mstrict=vars -le 'print $x**$y;'
    Global symbol "$x" requires explicit package...
    
  2. or download this
    $ perl -x
    #!perl -wl -Mstrict -MB -MCGI
    Argument "MCGI" isn't numeric in subtraction (-).
    Argument "-MB" isn't numeric in subtraction (-).