Help for this page

Select Code to Download


  1. or download this
    $refStr = "call crchampsview.FD622_Determine_Date_Range_SP( '2011-04-0
    +1' )"; 
    $sth = $dbh->prepare($refStr);
    ...
    $row = $sth->fetchrow_hashref;
    $sth->finish;
    print Dumper($row);
    
  2. or download this
    $VAR1 = { 
              'Beginning_Date' => '2011-03-27',
              'Ending_Date' => '2011-04-02',
              '\'FD622\'' => 'FD622'
            };