How do I get CGI.pm to work on MacOS X? I set up a script: -- #!/bin/sh use CGI qw(:standard); echo Content-type:text/plain echo echo This is text --
which works, but if I try to use any of CGI.pm's functions (print header, for example), it gives me a server error. Thanks, Jim -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]