Help for this page

Select Code to Download


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