![]() |
|
No such thing as a small change | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
By adding parens, where you are attempting to store the address of your subs: A => \&print_A(),, you are invoking the subs and then string the address of whatever is returned (the value 1 from print). Try it this way:
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In reply to Re: How to conditionally execute a subroutine defined as hash value
by BrowserUk
|
|