Help for this page

Select Code to Download


  1. or download this
    $formats{$self->{'format'}}->($self);
    
  2. or download this
    my %formats = (
      'excel'   => $excel,
      'csv'     => $csv,
      'iQuery'  => $iQuery
    );