Help for this page

Select Code to Download


  1. or download this
    $mu->record($your message here);
    
  2. or download this
    $mu->record->($msg here);
    
  3. or download this
    #! perl -sl
    
    ...
    close FH;
    $mu->record('end   =>');
    print dump($mu->state());