Help for this page

Select Code to Download


  1. or download this
        $self->{myhash} = {};
    
  2. or download this
    package MyClass;
    
    ...
    $obj->set_attr( foo => "bar" );
    
    print $obj->get_attr("foo"), "\n";
    
  3. or download this
    package MyClass;
    
    ...
    }
    
    ...