Help for this page

Select Code to Download


  1. or download this
    my $self = shift;
    foreach my $key (keys(%{$self}))
      { delete $self->{$key}; }
    
  2. or download this
    package Celebrity;
    use strict;
    ...
        $self->{'Hours_on_the_job') = 0;
        }
      }