Help for this page

Select Code to Download


  1. or download this
    package Interesting;
    
    sub new {
    ...
        # Retrieve the name from the object.
        return $self->{name};
    }