Help for this page

Select Code to Download


  1. or download this
    INSTALLSITELIB => '/opt/bamf/lib',
    INSTALLSCRIPT => '/opt/bamf/bin',
    EXE_FILES => ['relative/path/to/pl1','relative/path/to/pl2]
    
  2. or download this
    use File::Spec;
    
    ...
    $lib_path =~ s/\/bin\/[\w\d-]+\.pl/lib/;
    
    push(@INC,$lib_path);