![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: bugs...by tachyon (Chancellor) |
on Mar 15, 2002 at 11:12 UTC ( #151950=note: print w/replies, xml ) | Need Help?? |
The sub my_excer does actually return @retval which contains the values from $itm. Your debugging print statements do not demonstrate this. Nor do you show the subs() method which you pass @retval to - this is probably where your problem lies as you seem to have enough print statements in your code to demonstrate that you are getting what you expect just before the return @retval. BTW you do not need to use prototypes for your subs the way you do. With $item you are passing a reference to a reference which is unnecessary and you then have to dereference it which make your code less clear.
cheers tachyon s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
In Section
Seekers of Perl Wisdom
|
|