Help for this page

Select Code to Download


  1. or download this
    sub new {
       my $class = shift;
    ...
       bless $self, $class;
       return $self;
    }
    
  2. or download this
    %hash1{'list1'}-> [1,2,3,4]
    %hash1{'list2'}-> [4,5,6,7]
    ...