On Fri, Aug 31, 2001 at 08:02:32PM +0530, [EMAIL PROTECTED] wrote: > You can also use $#{$array} to get the length.. Except that is not the length, unless you've messed with $[, which you haven't, right? perldoc perlvar for more info on $[ - but read the whole entry. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Getting the length of an array that is a reference... Hamish Whittal
- Re: Getting the length of an array that is a ref... Jos I. Boumans
- Re: Getting the length of an array that is a ref... Brett W. McCoy
- Re: Getting the length of an array that is a ref... register
- RE: Getting the length of an array that is a ref... Bill Odom
- RE: Getting the length of an array that is a ref... Bob Showalter
- Re: Getting the length of an array that is a ref... Aravindan . Sundaram
- Re: Getting the length of an array that is a... Brett W. McCoy
- Re: Getting the length of an array that is a... Randal L. Schwartz
- Paul Johnson