Help for this page

Select Code to Download


  1. or download this
    sub found_file {
      my $file = shift;
      warn "Found '$file'\n";
    }
    
  2. or download this
     use warnings;
     use strict;
    ...
    $poe_kernel->run();
    exit(0);