Help for this page

Select Code to Download


  1. or download this
    sub show_excel {
      my $self = shift;
      my $file = "temp.xls";
    ...
                          -attachment => $file);
      return $output;
    }