Help for this page

Select Code to Download


  1. or download this
    sub somesub {
      my ($this, $args) = @_;
      ref($this)->SUPER::somesub($args);
    }