Help for this page

Select Code to Download


  1. or download this
    package coolobject;
    use strict;
    ...
            return undef;
        }
    }
    
  2. or download this
    package coolobject;
    use strict;
    ...
            return $self;
           ......
    }