Help for this page

Select Code to Download


  1. or download this
    my $coderef = \&{$testname};
    $system = $coderef->($self, $system); #test
    
  2. or download this
    $self->$testname($system);