http://qs321.pair.com?node_id=632441


in reply to Simple Perl file rename

use strict; my $file_name_string = 'ABC 435535.doc'; $file_name_string =~ s/.* //g; print ":$file_name_string:\n";


i m possible