>>>>> "Adam" == Adam Jimerson <vend...@charter.net> writes:

Adam> my %phone_numbers = ();
...
Adam> $phone_numbers{$_} #needs to print the keys of the hash for the name, and 
Adam> values for the phone number so it will be like this "Some Name 
555-555-5555"
Adam> .

Back in the day, formats couldn't access lexical (my) variables. I think this
got changed, but I stopped paying attention to formats five years ago.  Why
are you using formats?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to