system("myCommand > myFile");
must work
-----Original Message-----
From: Ivan Novick [mailto:ivan.novick@makoglobal.com]
Sent: Tuesday, August 26, 2003 1:11 PM
To: beginners@perl.org
Subject: redirecting the output of a command to a file
Hi,
does anyone know syntax to run a command and redirect its output directly to
a file?
Equivalent to myCommand > myFile in shell
Thanks,
Ivan
Thread Previous
|
Thread Next