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" %*
In reply to Re^2: redirection problem
by grizzley
in thread redirection problem
by grizzley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |