redss
Programmer
- Oct 20, 2002
- 195
I am having trouble getting some one-line perl scripts to work in DOS (activestate) like they work in unix.
examples that work in UNIX but not DOS:
cat junk | perl -p -e 's/old/new/g;'
perl -p -e 's/old/new/g;' foo
Any ideas?
examples that work in UNIX but not DOS:
cat junk | perl -p -e 's/old/new/g;'
perl -p -e 's/old/new/g;' foo
Any ideas?