Help for this page

Select Code to Download


  1. or download this
    do { local @ISA; __PACKAGE__->can("do_$type") }->();
    
  2. or download this
    BEGIN {
      my %cache;
    ...
    }
    ...
    do_it("function", $arg1, $arg2, @more_args);