Help for this page

Select Code to Download


  1. or download this
    package Queue;
    use warnings;
    ...
    }
    
    return 1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    print $line, "\n";
    print $line, "\n";
    print $line, "\n";
    
  3. or download this
    C:\Perl\bin>perl myqueue.pl
    a
    ...
    c
    
    C:\Perl\bin>