Help for this page

Select Code to Download


  1. or download this
    sub num1 {
        my $self = shift;
        $self->{num1} = shift if @_;
        return $self->{num1};
    }