Help for this page

Select Code to Download


  1. or download this
    sub xxx : Local Args(0) {
        my ($self, $c) = @_;
    ...
        myfunc();
        return;
    }