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?

Joseph


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

Reply via email to