in reply to Windows: system("type ...") vs. system("cmd /c type ...")
perl -e "system(q(type myfile.txt))"
UPDATE:
is also helpful.perldoc -f system
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows: system("type ...") vs. system("cmd /c type ...")
by BrowserUk (Patriarch) on Nov 18, 2008 at 07:59 UTC |