Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    package Test1;
    @Test1::ISA = qw(Test);
    
  2. or download this
    package Test1;
    use vars qw(@ISA);
    @ISA = qw(Test);