> > > @list = (@list, $newElem); > > > > > > and to pop something off the front of the queue, try: > > > > > > ($firstElem, @list) = @list; Do a man perlfunc and look up 'shift' and 'push'. They're MUCH faster versions of the above, iirc. Taral --------------------------------------------------------------------------- Send administrative requests to [EMAIL PROTECTED]
- Perl question Justin Georgeson
- Re: Perl question Todd Michael Greer
- Re: Perl question Richard Kilgore
- Re: Perl question Chip Rosenthal
- Re: Perl question root
- Taral
