Spidy has asked for the wisdom of the Perl Monks concerning the following question:
my @stats = split(/,/,$USERS{$uname . 'stats'});
my @stats = Module::SplitEntries;
my @stats = OtherModule:GetSplitEntries;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing an array between multiple modules?
by duff (Parson) on Sep 30, 2004 at 03:40 UTC | |
|
•Re: Passing an array between multiple modules?
by merlyn (Sage) on Sep 30, 2004 at 00:41 UTC | |
by Spidy (Chaplain) on Sep 30, 2004 at 02:53 UTC | |
by tilly (Archbishop) on Sep 30, 2004 at 15:05 UTC | |
|
Re: Passing an array between multiple modules?
by Spidy (Chaplain) on Sep 30, 2004 at 22:02 UTC |