Hi,
I have a reference to an array $ref_arr
I want the length of the array. normally just getting the length one
would write something along the lines of:
$length = @#array; # Unless I am mistaken.
How do I find the length if I have a reference?
Cheers
Hamish
--
Hamish Whittal QED Technologies Tel: +27 21 448 9291
[EMAIL PROTECTED] Fax: +27 21 448 9551
`The' Linux Services Company Cel: +27 82 803 5533
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Getting the length of an array that is a referenc... 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
- Re: Getting the length of an array that is a... Paul Johnson
