Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Very Flexible HTML Template System

by Zaxo (Archbishop)
on Jun 20, 2001 at 04:32 UTC ( [id://89877]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub ReadFile {
        unless (open(INFILE,"< $_[0]")) {return 0;}
        my $readin = join //, map {chomp;$_} <INFILE>;
        close(INFILE);
        $readin;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found