Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

3Re: HTML::Templates and Array Refs

by jeffa (Bishop)
on Mar 16, 2004 at 15:08 UTC ( [id://337021]=note: print w/replies, xml ) Need Help??


in reply to (wil) Re: Re: HTML::Templates and Array Refs
in thread HTML::Templates and Array Refs

A tip that might help you solve these problems on your own next time. Use Data::Dumper! I always dump the data structure in question to STDERR first:
use Data::Dumper; ... warn Dumper \@messages;
H::T can still leave you befuddled as to why it got the wrong "data type", but 9 times out of 10 Data::Dumper has shown me the light. ;)

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-03-29 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found