in reply to CGI-SQL Query Issue
How is the sqlplus part failing?
Are you sure that blindly mixing shell scripts and Perl code is a good approach?
Maybe you want to read perlop and perlsyn on how to construct strings in Perl.
Personally, I suggest simply using Querylet::CGI to run SQL queries from a CGI environment.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI-SQL Query Issue
by Anonymous Monk on Mar 17, 2016 at 14:18 UTC | |
by Corion (Patriarch) on Mar 17, 2016 at 14:46 UTC | |
|
Re^2: CGI-SQL Query Issue
by Anonymous Monk on Mar 17, 2016 at 14:25 UTC | |
by Corion (Patriarch) on Mar 17, 2016 at 14:49 UTC | |
by Anonymous Monk on Mar 17, 2016 at 14:55 UTC | |
by Corion (Patriarch) on Mar 17, 2016 at 15:01 UTC | |
by Anonymous Monk on Mar 17, 2016 at 15:19 UTC | |
|