Help for this page
#!/usr/bin/perl use warnings; ... } } __END__
#!/usr/bin/perl -w use strict; ... MainLoop(); __END__