Help for this page
use strict; use warnings; ... } 1;
use strict; use warnings; ... my $obj = noname1->new (); $obj->doit ();
Hello world