Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Template::Latex not interpolating variables . . .

by hesco (Deacon)
on Feb 08, 2010 at 02:16 UTC ( [id://821924]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [% FOREACH recipient IN call_list %]
        \textbf{recipient.email} & box & recipient.uid: recipient.name & r
    +ecipient.fname recipient.lname & recipient.phones \\
    ...
        [% END %]
        \hline
    [% END %]
    
  2. or download this
    sub produce_report {
      my $call_list = shift;
    ...
    
      return;
    }
    
  3. or download this
        \textbf{recipient.email} & box & recipient.uid: recipient.name & r
    +ecipient.fname recipient.lname & recipient.phones \\
        \hline
    ...
    
        \hline
    

Log In?
Username:
Password:

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

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

    No recent polls found