Ahmed:
Here is a quick sample of some sanitized data. The arrayref assigned to the 'upstream' key consists of anonymous hashes with essentially the same data and keys as are assigned to the email address key to the call_list hashref. My script walks recursively through the data to build that anonymous array of 'upstream sponsors' for my client's sales team.
This all looks right to me, but this is my first time using Template::Latex, though I have some experience with Template::Toolkit and HTML::Template.
Do you see what I'm missing here? I sure don't and have been stumped on this one for a couple of days.
Thanks for your help, for the second set of eyes.
-- Hugh
$VAR1 = {
'call_list' => {
'this_email@yahoo.com' => {
'phone3' => '',
'uid' => '5999',
'fname' => 'Lynn',
'name' => 'ljames',
'phones' => '917-555-1212',
'upstream' => [
{
'phones' => undef
}
],
'lname' => 'James',
'phone1' => '917-555-1212',
'phone2' => ''
},
'another_email@yahoo.com' => {
if( $lal && $lol ) { $life++; }
if( $insurance->rationing() ) { $people->die(); }
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.