On Dec 7, 9:11 pm, [email protected] (Perl Pra) wrote:
> Hi All,
>
> I have done the following.
>
> printed the cmd variable and check what actually got passed. If I copy paste
> the printed command on dos prompt it worked fine.
>
> I think its not intallation issues as I could execute the command from the
> dos prompt.
>
Did you correct the system call ? Examine the $? return...?
> system("$cmd") or die "$!"; # incorrect: see earlier response
--
Charles DeRykus
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/