(unknown)

(unknown)

am 25.12.2006 12:04:57 von hajimu.takahashisb06

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/html\n\n
"; 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!
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs