Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    sub callback {
        print "we're alive!\n";
    }
    
  2. or download this
    1: in the main process...
    we're alive!
    ...
    2: in the main process...
    we're alive!
    we're alive!