Re: xml::xslt and regexes

2008-12-10 Thread Sean Davis
On Tue, Dec 9, 2008 at 8:09 PM, Chris Cosner [EMAIL PROTECTED] wrote: Question: What is the speediest tool to pull data from an xml feed that will only be a few hundred lines at most? Some regexes will be necessary. Context: I am playing with the google books data api. They provide a feed,

Re: Creating a Logon Form

2008-12-10 Thread PekinSOFT
Greg, Thank you for your prompt reply. Here is the whole script for accessing the database: logon.cgi #!/usr/bin/perl use CGI; use DBI; my $co = new CGI; my $dsn = 'DBI:mysql:bos_db:localhost'; my $db_user_name = 'sean'; my $db_password = '{MyPassword}'; my ($id,

RE: Creating a Logon Form

2008-12-10 Thread Dermot Paikkos
Hey All, Hi I'm new to doing CGI with Perl and so am a little lost here. ... div id='rightcontent' pa href='http://myserver.domain.org/cgi-bin/ boms.cgi'Register/a/p br / h3Logon/h3 form method='POST' action='http://myserver.domain.org/cgi-bin/ logon.cgi'

Re: Creating a Logon Form

2008-12-10 Thread John W. Krahn
[EMAIL PROTECTED] wrote: Hey All, Hello, I'm new to doing CGI with Perl and so am a little lost here. I'm working on a web-accessible database system for a (rather large) group of area churches and went through the rigmarole of assessing various programming and scripting languages to see