Given this is my definition for self in some new constructor: sub new { $self { Next => @[Max_Level], } } First, is this the proper way to have Next be a reference to an annonymous array of size Max_Level? More importantly, how do you reference the elements in the array referenced by Next? Thanks, -Nick _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
- Re: $self def Nick Transier
- Re: $self def Randal L. Schwartz
- Re: $self def Nick Transier
- Re: $self def Randal L. Schwartz
- Re: $self def Brett W. McCoy
- RE: $self def Nick Transier
- RE: $self def Brett W. McCoy
- Re: $self def Randal L. Schwartz
- RE: $self def John Edwards