Help for this page

Select Code to Download


  1. or download this
    # constructor
    sub new {
    ...
        bless( $closure, $class );
        return $closure;
    }
    
  2. or download this
    # constructor
    sub new {
    ...
        bless( $closure, $class );
        return $closure;
    }