![]() |
|
more useful options | |
PerlMonks |
Re: How to Print Return Data from Subroutineby logie17 (Friar) |
on Aug 24, 2008 at 05:26 UTC ( #706495=note: print w/replies, xml ) | Need Help?? |
You're returning an anonymous hash. So you could just use Data::Dumper to get a list of your results.
If you want to print a particular key in the hash you'll need to use this syntax: Thanks,
s;;5776?12321=10609$d=9409:12100$xx;;s;(\d*);push @_,$1;eg;map{print chr(sqrt($_))."\n"} @_;
In Section
Seekers of Perl Wisdom
|
|