1) I am not sure on the max size in perl I think it was alot ;)

2) to access the 5th element its print $item[4]; arrays start with 0 to
let you know.

On Mon, 2001-10-22 at 21:46, Brian wrote:
> #1  How can I tell the upper boundary limit of the array (IE, Max Entries)
> 
> #2  if I have an array: @item ... how can I see just the 5th element?
> something like: print @item[5]; ??  Would that work?
> 
> Any assistance would be fantasic ... also, if that does work, does Perl 
> start with 0 or with 1 as the base element?
> 
> Thanks a bunch!
> 
> Brian
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Richie Crews

Unix Administrator / Internet Integrator

Email: [EMAIL PROTECTED]

Cell: (706) 773 - 3436
Desk: (706) 634 - 3681
Fax: (706) 634 - 3831

"When I take action, I'm not going to fire
a $2 million missile at a $10 empty tent 
and hit a camel in the butt. It's going to
be decisive."   -  President George W. Bush


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to