sureshp
Programmer
- Aug 28, 2000
- 79
Hi all,
I am trying to run a simple system command in NT using perl. I am having the code as
$cmd="dir > output.txt"; # or just $cmd=dir;
system $cmd;
but I am not getting any output. Will it be a problem with the version of PERL I am
having. If I have a perl.exe, How can I find the version of PERL that I have.
Thanks in advance,
Suresh
I am trying to run a simple system command in NT using perl. I am having the code as
$cmd="dir > output.txt"; # or just $cmd=dir;
system $cmd;
but I am not getting any output. Will it be a problem with the version of PERL I am
having. If I have a perl.exe, How can I find the version of PERL that I have.
Thanks in advance,
Suresh