Help for this page

Select Code to Download


  1. or download this
        sub scores {
            my ( $self, @scores )= @_;
    ...
    
    # and later
    $node->scores(['3','177','12',]);
    
  2. or download this
    eval{person->new();} or die ($@);