Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Perl from PHP

by koolgirl (Hermit)
on Nov 07, 2012 at 14:33 UTC ( [id://1002680]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl from PHP
in thread Perl from PHP

I did (I used /public_html/cgi-bin/process.pl) and the full host path, both of those searched for pages that didn't exist. When using the one posted, it just goes to a blank white page (which is strange it seems the script would show up there) and the script doesn't run. I have also tried running the script as ".cgi" with no change in results either.

Replies are listed 'Best First'.
Re^3: Perl from PHP
by greengaroo (Hermit) on Nov 07, 2012 at 15:15 UTC

    You may be missing this in your Perl cgi script:

    print "Content-type: text/html\n\n";

    In Perl you absolutely need this as your first output string to print a HTML page.

    Testing never proves the absence of faults, it only shows their presence.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1002680]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found