Help for this page

Select Code to Download


  1. or download this
    print "Enter a directory´s path to work with all files in a folder or 
    +a single file path\n\n";
    chomp(my $input = <STDIN>);
    ...
    ... process folder
    
    }
    
  2. or download this
    print "Enter a directory´s path to work with all files in a folder or 
    +a single file path\n\n";
    chomp(my $input = <STDIN>);
    ...
    ... process folder
    
    }