Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Create html file from script

by explorer (Chaplain)
on Jul 18, 2006 at 18:59 UTC ( [id://562100]=note: print w/replies, xml ) Need Help??


in reply to Create html file from script

The same, with CGI.pm:
use CGI qw/:standard/; open OUTPUT,">$outputFile"; print OUTPUT header, start_html('Created By Perl'), h1('Created By Perl'), hr, p("If you see this text is that it is working well"), hr, end_html; close OUTPUT;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-26 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found