Help for this page

Select Code to Download


  1. or download this
    sub confirm(){
            if($gGui{single}==1){
    print "source variable BEFORE fix_path $gGui{original_source}\n";
    ...
    .
    .
    .
    
  2. or download this
    sub fix_path{
            my ($path) = @_;
            my @patharray= split '/', $path;
    ...
            }#foreach
            return $path;
    }#fix_path