Help for this page

Select Code to Download


  1. or download this
    use File::Basename        qw( dirname );
    use File::Spec::Functions qw( rel2abs );
    BEGIN { chdir(dirname(rel2abs($0))); }
    
  2. or download this
    use File::Basename        qw( dirname );
    use File::Spec::Functions qw( rel2abs );
    use lib dirname(rel2abs($0));