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


in reply to Mass file renaming

Maybe slightly off-topic, but I assume you use a MS Windows environment. Wasn't (isn't) a DOS shell capable of doing something like this?

C:\Storage> rename *.csv *.txt

Perl is awesome, but sometimes a little shell command could be easier.

Then again, you seem to "extract some data from the file", and I bet Perl comes in handy there ;-)

--
b10m

All code is usually tested, but rarely trusted.