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