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


in reply to Redirection for Perl in Windows 7 fails?

You are missing your file associations. Type the following (with mods for your setup) on a command line:

C:\>assoc .pl=Perl C:\>ftype Perl="c:\perl64\bin\perl.exe" "%1" %*

After that, you should find that redirection works as normal.


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.