Help for this page

Select Code to Download


  1. or download this
    my $reportProg = "/some-path-to/Kreports.plx";
    
  2. or download this
    my $reportProg = "/some-path-to/Kreports.plx";
    system($reportProg) && do {
       my $errorMsg = "Could not run $reportProg - $!\n";
       # your additional error handling code here
    };