Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    if ($@) {
       die "Can not find AppConfig.pm.....doh! \n";
    } else { print "Found it!!! \n"; }
    
  2. or download this
    s0ttle:(~)%perl -e 'for(@INC){print $_, "\n";}'
    /usr/lib/perl5/5.00503/i386-linux
    ...
    /usr/lib/perl5/site_perl/5.005/i386-linux
    /usr/lib/perl5/site_perl/5.005
    .