learning for someone like me

2000-11-18 Thread quagly
I am looking for a source of learning, books, sites, whatever. I am a unix/oracle developer. I am experienced in perl/DBI. I thought it would be interesting to learn something about web development. I have some experience with HTML, XML-XSLT and Java Servlets, but Java is not fun. So I am

Re: learning for someone like me

2000-11-18 Thread spam
Ok, run to a book store NOW, and get O'Rielly's Eagle Book! Read it from core to the core and then post questions here, once you are done. Good luck, Pavel look @ http://perl.apache.org/guide - To unsubscribe, e-mail:

URGENT: Call for participation for FREENIX (please forward) (fwd)

2000-11-18 Thread Stas Bekman
FYI -- Forwarded message -- Date: Fri, 17 Nov 2000 13:40:41 -0500 From: Rodent of Unusual Size [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: ASF members [EMAIL PROTECTED] Subject: URGENT: Call for participation for FREENIX (please forward) I'm on the programme committee for

Re: two identical directives in Perl configuration (doc patch included)

2000-11-18 Thread Adi Fairbank
Dave Kaufman wrote: "Adi Fairbank" [EMAIL PROTECTED] wrote: Dave Kaufman wrote: $Location{"blah"} = { require = "group payer_manager, payer_group demo" }; should do the trick. I wrote: Thanks, that fixed it. Actually, no that didn't fix it! $r-requires

Re: Problem with single quote ' character

2000-11-18 Thread Larry Leszczynski
Hi Omri - my $authors = $query{'authors'}; [...] $q_authors = $dbh-quote($authors); [...] $sth = $dbh-prepare( "UPDATE tbl_sarah SET authors = '$authors', It fails because you're not using the quoted version of the variables (e.g. "$q_authors") in your prepare statement. Using bind

new mailing lists archives

2000-11-18 Thread Stas Bekman
I've just updated http://perl.apache.org/#maillists and now I'm glad to announce to you that we have the online archives of modperl-dev and modperl-cvs lists thanks to Hank Leininger. Enjoy. _ Stas Bekman JAm_pH

Re: compiling modperl on alpha

2000-11-18 Thread Rafael Caceres
Didier: I had no trouble compiling mod_perl (with SSL and Frontpage support) on 4.0B and 4.0D True64. The script used on the mod_perl side is: #!/bin/sh perl Makefile.PL \ APACHE_SRC=../apache_1.3.12/src \ SSL_BASE=../openssl-0.9.5a \ DO_HTTPD=1 \

Re: Apache::AuthenDBI NOTICE message

2000-11-18 Thread Edmund Mergl
George Sanderson wrote: So far, using Apache::AuthenDBI, I get an error_log message: NOTICE: Unrecognized variable client_encoding Every time the DBI ping is called. I have not been able to tack down the origin of this message. Any ideas or suggestions? never seen before. What

Re: new mailing lists archives

2000-11-18 Thread Sander van Zoest
On Sat, 18 Nov 2000, Stas Bekman wrote: I've just updated http://perl.apache.org/#maillists and now I'm glad to announce to you that we have the online archives of modperl-dev and modperl-cvs lists thanks to Hank Leininger. Or visit http://archive.covalent.net/ if you have trouble. --

Re: new mailing lists archives

2000-11-18 Thread Stas Bekman
On Sat, 18 Nov 2000, Sander van Zoest wrote: On Sat, 18 Nov 2000, Stas Bekman wrote: I've just updated http://perl.apache.org/#maillists and now I'm glad to announce to you that we have the online archives of modperl-dev and modperl-cvs lists thanks to Hank Leininger. Or visit

Re: security suggestion

2000-11-18 Thread Gunther Birznieks
I think Randal was making a similar point I was making last night (SG time). That as long as you execute Perl code, you can manipualte the memory space of Perl (and hance change the behavior of Apache::Registry). But you explained it in your reply to me. Basically you want explicit handlers

CGI scripts mod_perl

2000-11-18 Thread Didier Godefroy
Quick (and maybe stupid) question(s): How do we make sure regular CGI scripts are using mod_perl??? Is there a way to find out? Is there anything to modify to make them work with mod_perl?? -- Didier Godefroy mailto:[EMAIL PROTECTED]

[OT] Another *new* idea patented

2000-11-18 Thread Bill Moseley
I know this is way off topic, but I couldn't resist. Sorry if this is old news. First Amazon figures out that cookies could be used for, (who would have guessed?), maintaining state between sessions and patenting the concept. What a new idea! Now looking at eBay and I see that they have

Re: [OT] Another *new* idea patented

2000-11-18 Thread spam
On Sat, 18 Nov 2000, Bill Moseley wrote: I know this is way off topic, but I couldn't resist. Sorry if this is old news. First Amazon figures out that cookies could be used for, (who would have guessed?), maintaining state between sessions and patenting the concept. What a new idea!

cvs commit: modperl-site index.html

2000-11-18 Thread sbekman
sbekman 00/11/18 09:04:38 Modified:.index.html Log: correcting the url of the email archives: mod_perl at marc.theaimsgroup.com adding two archives for -cvs and -dev lists at the same server Revision ChangesPath 1.66 +33 -2 modperl-site/index.html