Re: DBI CGI help

2004-05-16 Thread JupiterHost.Net
leegold wrote: I have been looking for *clear, simple, upto date, working code examples* of using DBI and CGI. #!/usr/bin/perl use strict; use warnings; use DBI; use CGI qw(header param); Requesting some action to be taken on a form from user and then returning the user's db select to them via the

Re: DBI CGI help

2004-05-16 Thread leegold
I have been looking for *clear, simple, upto date, working code examples* of using DBI and CGI. Requesting some action to be taken on a form from user and then returning the user's db select to them via the browser. I been trying all day on the web and I have alot of fragmented stuff but nothing