in reply to System call in Windows
#!/usr/bin/perl while (<>){ s/CAT/mouse/g; print; }
prompt> perl -w myscript.pl 'D:\tmp\file.txt' > D:\tmp\file.txt
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: System call in Windows
by runrig (Abbot) on Oct 24, 2008 at 19:37 UTC | |
Re^2: System call in Windows
by csarid (Sexton) on Oct 24, 2008 at 19:58 UTC | |
Re^2: System call in Windows
by NateTut (Deacon) on Oct 24, 2008 at 19:54 UTC |