Help for this page

Select Code to Download


  1. or download this
    sub get_script_dir
    {
    ...
        
       return $sc_path;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use lib "$FindBin::Bin/Utilities";
    
    ...etc...