RE: [cgiapp] Best free DB for a web-based Perl app response results...

2005-12-01 Thread Jesse Erlbaum
- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Best free DB for a web-based Perl app response results...

2005-12-01 Thread Jesse Erlbaum
Hey Fred -- I would just like to note that speed and reliability are largely dependent on the transaction profile of your application. If your application is read heavy, MySQL is a sound choice. However if your application consists mostly of database writes, PostgreSQL's MVCC [1]

ANNOUNCE: CGI::Application 3.1

2003-06-03 Thread Jesse Erlbaum
as a Sub-Class of CGI::Application. If you have any questions, comments, bug reports or feature suggestions, post them to the support mailing list! To join the mailing list, simply send a blank message to [EMAIL PROTECTED]. -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212

RE: Sybase::Dblib Segmentation fault

2003-03-31 Thread Jesse Erlbaum
by cvs rm-ing the *.so files and re-adding them: # cvs add -kb file names If I get another fault I will be sure to email you (off list) the stack back trace. Thanks again for your help! -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax

RE: Sybase::Dblib Segmentation fault

2003-03-30 Thread Jesse Erlbaum
the problem. Details follow: On Wed, 2003-03-19 at 06:19, Jesse Erlbaum wrote: Hi All -- I'm having a problem trying to get a site which uses Sybase::Dblib working. Simply using the module will cause a segfault. $ perl -MSybase::DBlib Segmentation fault Using Sybase 12.5

RE: How to populate a popup_menu() (combo box, drop down list)

2003-03-20 Thread Jesse Erlbaum
); That ought to work, typos notwithstanding. Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

Sybase::Dblib Segmentation fault

2003-03-19 Thread Jesse Erlbaum
/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl . PERLV -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

ANNOUNCE: CGI::Application::Generator 1.0

2003-02-20 Thread Jesse Erlbaum
download and install HTML::Template. SUPPORT MAILING LIST If you have any questions, comments, bug reports or feature suggestions, post them to the support mailing list! To join the mailing list, simply send a blank message to [EMAIL PROTECTED]. -- Jesse Erlbaum The Erlbaum Group [EMAIL

ANNOUNCE: CGI::Application 3.0

2003-02-02 Thread Jesse Erlbaum
Version 3.0 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.5: - Changed the run() method to use Perl's built-in dynamic method call for all run modes, whether by name or by code ref.

ANNOUNCE -- CGI::Application 2.4

2002-05-28 Thread Jesse Erlbaum
Version 2.4 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.1: - Added new module CGI::Application::Mailform as both an example of how to use CGI::Application and a useful (albeit