Database Connections Global Variables

2003-07-25 Thread Levon Barker
? Any thoughts on this are appreciated. (Including RTFM (but tell me where in the FMTR)) Cheers, Levon Barker attachment: winmail.dat

Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Levon Barker
package mod_perl::boot at C:/Perl/site/lib/Apache/Request.pm line 11. Compilation failed in require at (eval 3) line 7. BEGIN failed--compilation aborted at (eval 3) line 7. ' Can someone point me in the right direction? Levon Barker

RE: Understanding why this fixes my perlaccess script

2002-07-04 Thread Levon Barker
Not sure but I would try changing the query: my $sth = $dbh-prepare( SELECT id from session WHERE field = ? ); $sth-bind_param( 1, $SessionID ); $sth-execute; That might help. -Original Message- From:

RE: [JOB] Junior Mod_Perl Developer - New York City

2002-07-03 Thread Levon Barker
Did he say out of the box ? -Original Message- From: Brendan W. McAdams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 1:50 PM To: [EMAIL PROTECTED] Subject: [JOB] Junior Mod_Perl Developer - New York City (Note: Address to send resumes to is at bottom of this description;

Re: Apache::Request - Win32

2002-06-24 Thread Levon Barker
That worked!! I had installed the ActiveState libapreq. Thanks for your help on this! On Sun, 23 Jun 2002, Levon Rubin Barker wrote: Hello. I'm sure this is a simple problem, but I'm a noob at mod_perl and could use some help. I am running WinXP, Apache 1.3.26, Mod_perl 1.27_01-dev