Help for this page
use Local::TouchEnvFirst; ## import use Local::TouchEnvSecond -optionFantastic; ... use Local::Madness -init => sub { warn "if you gotta run me, go ahead :)"; };
sub TestMe; BEGIN { TestMe } ... $ perl testme Undefined subroutine &main::TestMe called at testme line 2. BEGIN failed--compilation aborted at testme line 2.