Help for this page

Select Code to Download


  1. or download this
    sub function {
      my $self = shift;
    ...
      print "Values: $val1, $val2, $val3";
    
    }