Help for this page

Select Code to Download


  1. or download this
    while(my $line = <$in>) {
        $line =~ s/ .* report [s]? .* ; .* //sx;
        print $line;
    }
    
  2. or download this
    #include <stdio.h>
    #include "report.h"
    ...
    
      printf("The execution is completed\n");
    }