Help for this page

Select Code to Download


  1. or download this
    $sth_ideas->bind_param_inout(":l_proj",\$projects,0,{ora_type=>ORA_RSE
    +T});
        $sth_ideas->execute;
    ...
                    
        }
        return \@proj;
    
  2. or download this
    my $count=0;
    foreach my $e (@$aref){
    ...
    print $e,"\t";
    
    }