Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re-Interpolating a Scalar (a string)

by jeffa (Bishop)
on Jul 29, 2005 at 18:49 UTC ( [id://479508]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    our $color = 'blue';
    print $template->fill_in;
    
  2. or download this
    use strict;
    use warnings;
    ...
    );
    
    print $template->output;
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    my $tt = Template->new;
    $tt->process(\$data, $vars) || die $tt->error;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found