Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: browser downloading perl script

by nickcave25 (Acolyte)
on Feb 26, 2000 at 13:09 UTC ( [id://4424]=note: print w/replies, xml ) Need Help??


in reply to browser downloading perl script

Here's something that definitely triggers the kind of event you are talking about, especially when using Internet Explorer 5.0: forgetting to print out the MIME/HTML header.

    print "Content-type: text/html\n\n";
What you described just happened to me (I downloaded the output of my script as a file and saved it to my so-called \Desktop) because my MIME/HTML header printing subroutine is foobar'ed for some reason. Hopefully, I will be able to fix it.
Otherwise, I will cry.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-19 07:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found