Help for this page

Select Code to Download


  1. or download this
    my $raOutput = executeProcedure($oDbConfig, q{
            declare @default_type int, @default_language_id char(2)
            exec get_config @default_type output, @default_language_id out
    +put
            }) or die("Could not exec SP\n");
    
  2. or download this
    =head2 executeProcedure($oDbh, $sql)
    
    ...
    
        return($raRowOutput);
    }