Help for this page

Select Code to Download


  1. or download this
    Orginal non-OO: &{\&{$testname}}($system);
    updated as OO:  $self->{&{\&{$testname}}}->($system); #system is hashr
    +ef
    
  2. or download this
    &{\&{$testname}}($system);
    
  3. or download this
    $self->$testname($system);