Help for this page
use warnings; use strict; ... $fifo->remove ('Second person'); print "$_\n" while defined ($_ = $fifo->pull);
First person Third person