![]() |
|
No such thing as a small change | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Thanks for reply.
Is this the best option ? why not pass reference then copy locally instead of returning from function directly. How much difference this will make and what should be the best prcatice. Also if checking the retrun value from calling function, in case of Hash, if we do like that if (%hash), then this will not work in all case. If we return ref, then we can test easily like that, if ($ref). Any suggestions or opinion ? In reply to Re^2: Return value from function
by perlCrazy
|
|