I write the next script and test successfully by the client
PERL.
Afterwards I try this script on the web server. But, it
results in ; 1.
system("commnd ..) makes no output in the IE.
2. system("perl -v >..) makes no file outoput on
the web server.
#!/usr/local/bin/perl
print "Content-type: text/htmlnn<br>";
system("command /c dir");
system("perl -v >
c:\inetpub\wwwroot\pc_sale\cgi-bin\log");
print "END";
exit(1);
PLS advise me the correct way!
_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web listserv.ActiveState.com
To unsubscribe: http:/
/listserv.ActiveState.com/mailman/mysubs
|