Help for this page

Select Code to Download


  1. or download this
    This is perl, v5.10.1 (*) built for i686-linux-gnu-thread-multi
    (with 40 registered patches, see perl -V for more detail)
    
  2. or download this
    $ perl -E 'use lib sub {say "Using $_[1]"; sub {$_ = "1;"; 0}}, sub {d
    +ie}; use Blah; say "Hi!";'
    Using Blah.pm
    Blah.pm did not return a true value at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.