Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: running a script from perl

by ColtsFoot (Chaplain)
on Nov 13, 2001 at 18:07 UTC ( [id://125044]=note: print w/replies, xml ) Need Help??


in reply to running a script from perl

I'm not exactly sure what you are trying to do, but you will
need to output an http header so the web page can be
displayed. I would suggest using CGI.pm as follows
#!/usr/bin/perl -w use strict; use CGI; use CGI::Carp qw(fatalsTo Browser); my $page = new CGI; print $page->header() print $page->start_html(); ... .. . print $page->end_html();
Hope this helps, if not post a bit more of your code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found