Re: Confused on hash references

2003-02-13 Thread Lance
Check out Data::Dumper, you'll love it! www.perldoc.com Pass it a ref and it prints out a pretty data structure recursively, so you don't have to! Ain't Perl Grand? "Barry Kingsbury" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have created the following

Re: Confused on hash references

2003-02-13 Thread Jeff 'japhy' Pinyan
On Feb 13, Barry Kingsbury said: >I have created the following data structure: > >%mailings = ( tv => { mail_demo_key => "Demo License Key for TotalView", > mail_thank_you => "Thank you for downloading >TotalView", > pdf => LOCATION_OF_PDF,

RE: Confused on hash references

2003-02-13 Thread wiggins
On Thu, 13 Feb 2003 09:21:13 -0500, Barry Kingsbury <[EMAIL PROTECTED]> wrote: > Can some guru explain? > They have already ;-)...have you done your reading? perldoc perlreftut perldoc perlref These are two excellent starting places, and shoul

Confused on hash references

2003-02-13 Thread Barry Kingsbury
I have created the following data structure: %mailings = ( tv => { mail_demo_key => "Demo License Key for TotalView", mail_thank_you => "Thank you for downloading TotalView", pdf => LOCATION_OF_PDF, location=> L