Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Starting with Perl

by radiantmatrix (Parson)
on Jul 26, 2005 at 13:58 UTC ( [id://478196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <p>Hi, you are logged in as <!-- TMPL_VAR NAME=username -->,
    and you have <!-- TMPL_VAR NAME=new_message_count --> new messages.</p
    +>
    
  2. or download this
    use HTML::Template;
    my $template = new HTML::Template (filename=>'template.html');
    ...
    
    $|=1; ##unbuffered output is a good idea with CGI
    print $template->output; ## sends to browser;
    
  3. or download this
    require 'myfile.pl';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found