in reply to Substitution query
Yeah, it can be done on the next line after your tr:
$fn =~ s/gpfs_data/nas\/rdds/;
You definitely don't want to loop through the entire @allpathlisting array every time you add a single new file to it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Substitution query
by Anonymous Monk on Nov 20, 2014 at 05:58 UTC | |
by Loops (Curate) on Nov 20, 2014 at 06:04 UTC |