Help for this page

Select Code to Download


  1. or download this
    package MARS::Base;
    sub log{... }
    
  2. or download this
    package MARS::Klarf1_2;
    @UNIVERSAL::ISA = qw(MARS::Base);
    
  3. or download this
    my $K = MARS::Klarf1_2->new();
       $K->log( 'Blahh blahh blahh' );