Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $fifo->remove ('Second person');
    
    print "$_\n" while defined ($_ = $fifo->pull);
    
  2. or download this
    First person
    Third person