Help for this page

Select Code to Download


  1. or download this
    use lib '/absolute/path/to/modules';
    
  2. or download this
    use FindBin;
    use lib "$FindBin::Bin/path/to/modules";