Help for this page

Select Code to Download


  1. or download this
    package Mine::Openview::opcmsg;
    
    ...
    }
    
    1;
    
  2. or download this
    ..in module..
    sub somefunction
    ...
       my $self = shift;
       my $msg = $self->{msg};
    }