Help for this page

Select Code to Download


  1. or download this
    use strict;
    use ConfigFile;
    ...
    my $object = new TestClass;
    
    $object->test();
    
  2. or download this
    package ConfigFile;
    
    ...
    }
    
    1;
    
  3. or download this
    package TestClass;
    
    ...
    }
    
    1;