In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (R. Joseph Newton) writes:
>Peter Scott wrote:
>
>> I$^I = ".bak";
>> my @queue;
>
>Hmmm.
>
>push (@queue, $somevar);
>somevar = pop(@queue);
>
>...and double-Hmmmm!
>
>Could it be that that animal Perlites refer to as an array is really a linked list?

It's both.  It can do everything a linked list can, and it can do everything an
array can.  All this in a single syntax!

-- 
Peter Scott
Perl classes in Los Angeles: http://www.psdt.com/services/classes/

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

Reply via email to