Help for this page

Select Code to Download


  1. or download this
    
    use POE qw( Session Component::JobQueue );
    ...
    sub process_job { my $job = shift; print "I got job $job\n" }
    
    __END__