Help for this page

Select Code to Download


  1. or download this
    package Parent;
    
    ...
    }
    
    return 1;
    
  2. or download this
    use base('Parent');
    
  3. or download this
    use Exporter;
    use vars qw(@ISA);
    @ISA = qw(Parent);