It returns NULL,
How can I increase previlages in IIS?
Iam trying to run web Application in windows server 2008 R2 which works fine in Windows Server 2003.Web app uses both perl and cgi.Several pages are not working because of system command call using backtik.
One more thing I tried redirecting output to file,which is working.Since there are lot files using system command I do not want do this.
Need your valuable sugges...
User Profile
Collapse
-
Mangala Amargol replied to How to run system commands through perl script in Windows Server 2008 R2?in PerlThanks for quick reply
1.It does works through command prompt.
2.system returns 0.Leave a comment:
-
Mangala Amargol started a topic How to run system commands through perl script in Windows Server 2008 R2?in PerlHow to run system commands through perl script in Windows Server 2008 R2?
For example,runnig "ipconfig" command through perl script and printing it on web browser.
Code:my $cmd = "ipconfig"; my $output = `$cmd`; print $output;
Done necessary settings in IIS for perl,is there additional settings in windows server 2008 R2 for perl?
Is there a way to make...
No activity results to display
Show More
Leave a comment: