Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    use File::Basename;
    ...
       @args = fileparse($path,(".pl", ".exe"));
       return(@args);
    }
    
  2. or download this
    (@args) = File::Spec->splitpath( $proc_path );