Help for this page

Select Code to Download


  1. or download this
    sub load_foo {
      my %args = ( # Defaults
                  template => "zort",
    ...
                  @_);
      ... # yadda yadda yadda
    }