Help for this page

Select Code to Download


  1. or download this
    use 5.018;
    use strict;
    ...
    is meth("foo"), "FUNCTION";
    
    done_testing;
    
  2. or download this
    my $app = MyApp->new;
    
    ...
      bar(123);          # $app->bar(123);
      critical_log();    # $app->log("CRITICAL");
    }