Help for this page
#!/usr/bin/perl #use strict; ... $poe_kernel->run(); exit 0;
#!/usr/bin/perl -w ... POE::Kernel->run(); exit 0;