Help for this page

Select Code to Download


  1. or download this
        package Some_Class;
        use strict;
    ...
            return $ClassData{$datum};
        } 
        }
    
  2. or download this
        package Some_Class;
        use strict;
    ...
            return $self->{$datum};
        }
        }