Help for this page

Select Code to Download


  1. or download this
    set PERL5LIB=perl5lib;%PERL5LIB%
    perl -Mifdef=DEBUGGING foo.pl
    
  2. or download this
    # ./foo.pl:
    use lib './perl5lib';
    ...
    
    die "outer death";
    __END__