Help for this page

Select Code to Download


  1. or download this
    
    package Module1; 
    ...
    }
    1;
    
  2. or download this
    foreach my $key (sort keys %Module1::)
    {
      print $key ==> will return all methods of Module1
    }