in reply to Re: Re: Here's a quick example why not to use Indirect notation
in thread Perl High School
Try approaching this from the perspective of creating an instance of a Class, rather than invoking a method in a package. Perl doesn't have constructors, but you can simulate the effect. I do this for expressive purposes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Here's a quick example why not to use Indirect notation
by dragonchild (Archbishop) on Feb 22, 2002 at 19:53 UTC | |
by dws (Chancellor) on Feb 22, 2002 at 21:13 UTC |