Help for this page

Select Code to Download


  1. or download this
        my $self = shift;
        return $self->_sub1();
    
  2. or download this
    sub XXX() { ... }
    
  3. or download this
    sub XXX { ... }