Help for this page

Select Code to Download


  1. or download this
    use FindBin;
    BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
    
  2. or download this
    use Cwd 'abs_path';
    BEGIN { unshift @INC, abs_path("$0/../../lib") }