Help for this page

Select Code to Download


  1. or download this
    package Utils;
    
    ...
         $self->SUPER::init(@args);
         # Now do initialization of this class
    }
    
  2. or download this
    my $object = new Utils::LowLevel();
    
  3. or download this
    my $object = new Utils();