On Dec 7, 9:11 pm, perl...@gmail.com (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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/