Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    { package TestSubClass;
      our @ISA=("TestClass");
    }
    
  2. or download this
    > ./oo_test
    Can't locate object method "new" via package "TestSubClass" at ./oo_te
    +st line 5.