Help for this page

Select Code to Download


  1. or download this
    eval {
        $sfr = WWW::Salesforce::Report->new(
    ...
        );
       $data = $sfr->get_report();
    };
    
  2. or download this
    sub get_report () {
      ...
    ...
       ...
    }