N. Ganesh Babu wrote: > Hi, > > When I execute a dos command with system() in perl5.4 (djgpp dos > version) it is not working. Can any one please help in executing the > dos commands in perl.
Hi Ganesh. You should be able to say simply: my $result = system ("command"); but without knowing what your command is, and what error messages you're getting we can't help any further. May we see your Perl code and the interpreter output? Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]