Help for this page

Select Code to Download


  1. or download this
    package YourExtension;
    use base 'TheOriginal';
    
    ...
        bless( $closure, $class );
        return $closure;
    }