Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: lost in eval and regexp

by ikegami (Patriarch)
on Nov 21, 2007 at 15:00 UTC ( [id://652148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub convert {
        my ($template_name) = @_;
    ...
           print $fh $template;
        }
    }
    
  2. or download this
    sub replace {
        my ($template_name, $params) = @_;
    ...
    );
    
    replace($template_name, \%params);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-18 09:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found