Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How To Use Bootstrap Code in Perl Script?

by golux (Chaplain)
on Feb 16, 2016 at 02:43 UTC ( [id://1155320]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "    <h1>Hello world!</h1>\n";
    print "  </center>\n";
    print "</body>\n";
    
  2. or download this
    # CGI headers (note two newlines, one for a blank line)
    print "Content-type:  text/html\n\n";
    ...
        # And output it
        print $text;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-25 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found