Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        print 'Here';
        printf "Got: %s", $Q->dequeue() while $Q->pending;
    }
    
  2. or download this
    ## Create a file to tail
    
    ...
    Here
    Here
    Terminating on signal SIGINT(2)