Help for this page

Select Code to Download


  1. or download this
    use lib qw(.); # Will add your cwd to @INC
    use lib qw(. /path/to/my/home /some/other/dir); # will add those dirs 
    +to @INC
    
  2. or download this
    perl -I/path/to/include script