ikkeniet has asked for the wisdom of the Perl Monks concerning the following question:
$hello="hello123"; &hello;
sub hello { print $hello; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Include subs from different perl file
by Ovid (Cardinal) on Jun 06, 2007 at 08:58 UTC | |
Re: Include subs from different perl file
by almut (Canon) on Jun 06, 2007 at 09:34 UTC | |
Re: Include subs from different perl file
by Moron (Curate) on Jun 06, 2007 at 09:23 UTC | |
Re: Include subs from different perl file
by TGI (Parson) on Jun 06, 2007 at 19:39 UTC | |
by Anonymous Monk on Mar 13, 2013 at 18:27 UTC | |
Re: Include subs from different perl file
by perllove (Beadle) on Jun 07, 2007 at 04:24 UTC |