Help for this page

Select Code to Download


  1. or download this
    use File::Basename;
    use Cwd 'abs_path';
    BEGIN {
      unshift(@INC, abs_path(dirname($0).'/../lib'));
    };
    
  2. or download this
    use rellib '../lib';