Help for this page

Select Code to Download


  1. or download this
    BEGIN{($path = $0) =~ s[[\\/][^\\/]+$][];}
    BEGIN{ use lib $path;}
    
  2. or download this
    >cat tmp.pl
    #!/usr/bin/perl
    use strict;
    ...
    >tmp.pl
    ./tmp.pl
    >