Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Oh my, code overload

by cfreak (Chaplain)
on Oct 26, 2001 at 20:14 UTC ( [id://121658]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (FILE, "$file") || die "Can't open $file";
    $tmp=<FILE>;
    ...
    
    while (<FILE>) {
        $tmp=$_;
    
  2. or download this
    seek(FILE,0,0);
    
  3. or download this
    #!/usr/bin/perl
    use strict;              # Should always use this
    ...
    print "Content-type:text/html\n\n";
    print $template->output();
    exit;
    
  4. or download this
    <html><body bgcolor="<tmpl_var name=bgcolor>">
    Hey I can change the background!</body></html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found