|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Wierd print and sub ordering problemby ioannis (Curate) |
| on Oct 30, 2005 at 12:01 UTC ( #503984=note: print w/ replies, xml ) | Need Help?? |
|
print bar () . "\n"; Here, the word 'bar' is being interpreted as a filehandle. print +bar () . "\n"; But with the + sign, the word 'bar' is now a term.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||