Search results

  1. W

    scgiwrap: Caller must be uid 99

    try to rewrite code like this. -------------- #!/usr/bin/perl -w print "Content-type: text/html \n\n"; print "Hello, World."; --------------- There is "-w" added, and space after text/html. It should work
Top