Help for this page

Select Code to Download


  1. or download this
    package Extended;
    sub new {
    ...
      $closure->(EMAIL    => undef);
      bless $closure, $class;
    }