|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: print subroutine name calls subroutine but with appended 1 number to the outputby jwkrahn (Prior) |
| on May 01, 2012 at 18:27 UTC ( #968316=note: print w/ replies, xml ) | Need Help?? |
|
What you are effectively doing is:
The first print prints the string "hello" and the second print prints the return value of the first print which is 1.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||