Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    bar;
    
    __END__
    
  2. or download this
    $ perl -le 'use lib sub {$_[1]="Foo.pm"; undef}; use Anything;'
    Modification of a read-only value attempted at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.