Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Clarifications in subroutines, CGI.pm, HTML::Template and performance

by sara2005 (Scribe)
on Jun 18, 2006 at 02:31 UTC ( [id://556047]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /path/to/perl -wT
    # THis is the login validation script
    ...
    
    print $query->end_html();
    
  2. or download this
    use CGI qw/:standard :html3 :all/;
    use strict;
    ...
    ...
    ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 21:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found