in reply to Re: redirection problem
in thread redirection problem
I use standard Windows console.C:\>type script.pl #!perl print 'abc' C:\>script.pl > noperl.txt C:\>perl script.pl > perl.txt C:\>type noperl.txt C:\>type perl.txt abc C:\>assoc .pl .pl=Perl C:\>ftype Perl Perl="C:\Perl64\bin\perl.exe" "%1" %*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: redirection problem
by Anonymous Monk on Jun 22, 2012 at 09:42 UTC | |
by grizzley (Chaplain) on Jun 22, 2012 at 09:47 UTC |