Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use strict; here(); &here(); sub here { print "In sub\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Calling subs with &
by Zaxo (Archbishop) on Oct 28, 2003 at 20:37 UTC | |
Re: Calling subs with &
by sauoq (Abbot) on Oct 28, 2003 at 20:33 UTC | |
Re: Calling subs with &
by monktim (Friar) on Oct 28, 2003 at 20:49 UTC | |
by Abigail-II (Bishop) on Oct 28, 2003 at 22:23 UTC | |
Re: Calling subs with & (ins std link)
by tye (Sage) on Oct 28, 2003 at 21:15 UTC | |
Re: Calling subs with &
by sgifford (Prior) on Oct 29, 2003 at 03:23 UTC | |
Re: Calling subs with &
by Anonymous Monk on Oct 29, 2003 at 09:05 UTC |