Help for this page

Select Code to Download


  1. or download this
    my $template = $parser->Parse('B_MUM_dashboard_month_latency_corrected
    +_FDB.XLS');
    
  2. or download this
    my $filename = 'B_MUM_dashboard_month_latency_corrected_FDB.XLS';
    my $template = $parser->Parse($filename)
        or die "Couldn't read '$filename': " . $parser->error;