I have a very simple problem which I am hoping to use Perl for, I would like to do a mass rename of files - but I am not sure how to do the regex on the filename string to do this:
ABC 435535.doc -> 435535.doc
Remove everything before (and including) the whitespace...
Any help would be greatly appreciated!
Thanks
John