Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Re: Using the modules I want to use.

by George_Sherston (Vicar)
on Nov 03, 2002 at 01:16 UTC ( #210023=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Using the modules I want to use.
in thread Using the modules I want to use.

I'd guess that whicversion.cgi is sending output without an http header. If that's right then you need either
use CGI qw/:standard/; print header;
or just
print "Content-type: text/html\n\n";
before any print commands in your script, which will allow the output from the script to appear in the browser window.

§ George Sherston

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2023-03-21 05:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?