Help for this page

Select Code to Download


  1. or download this
    use File::Basename qw(dirname);
    use Cwd qw(abs_path);
    use lib dirname(dirname abs_path $0);
    
  2. or download this
    use FindBin;
    use lib $FindBin::Bin;