Help for this page
$frame->DragAcceptFiles(1); EVT_DROP_FILES( $frame, \&doit ); sub doit { warn "@_\n" }
use ... Main( @ARGV ); exit( 0 ); ... sub