http://www.perlmonks.org?node_id=1007880


in reply to How can I run an folder full of text files through a perl script?

The detail depends which OS you are using. For Windows you might do:

for %f in (*.txt) do @yourscript.pl %f

Other OSs have similar shell script solutions, though the syntax will vary.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong