Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
                    }
            }
    }
    
  2. or download this
    package Objects::Parent;
    
    ...
    }
    
    1;
    
  3. or download this
    package Objects::Child;
    
    use base 'Objects::Parent';
    
    1;