Help for this page

Select Code to Download


  1. or download this
    my $pp=new ball("Ping-Pong");
    
  2. or download this
    package ball;  # things from here will be of the ball class
    
    ...
            $self->{'size'} = $size || 0;   
            return $self;
    }