Help for this page

Select Code to Download


  1. or download this
    package Thing;
    
    ...
    }
    
    1;
    
  2. or download this
    sub set {
      my $self = shift;
    ...
        #set class_variable var to $val
      }
    }