Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Templating algorithm - pass in variables vs callback?

by Tanktalus (Canon)
on Mar 01, 2005 at 00:03 UTC ( [id://435241]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @files = qw(
      [%libprefix%]foo[%libsuffix%]
      Foo[%exesuffix%]
      foo[%batsuffix%]
    );
    
  2. or download this
    my %params = (
      unix => {
    ...
    } elsif ($platform eq 'AIX') {
      %real_param = (%{$param{unix}}, %{$param{aix}});
    } # ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-28 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found