mod_perl and BerkeleyDB

2000-06-25 Thread Geoffrey Gallaway
%h) { print "$k -> $v\n"; } $h{"apple"} = "red"; untie %h --- End of code --- Thanks in advance, GeoffEG -- Geoffrey Gallaway || This may seem a bit weird, but that's okay, because it [EMAIL PROTECTED] || is weird. D e v o r z h u n ||-- Tom Christiansen

Advanced Perl Book mailing list address

2000-06-25 Thread Geoffrey Gallaway
PATH is the Perl Advanced Techniques Handbook, by Mark Dominus. It will probably be published in early 2001 by Morgan Kaufmann. Send a message to mailto:[EMAIL PROTECTED] to receive occasional announcements and progress reports. -- Geoffrey Gallaway || I dunno

Re: Advanced Perl Book mailing list address

2000-06-26 Thread Geoffrey Gallaway
This mail was not supposed to go to this mailing list, please ignore it.. My sincere appologies.. Geoff This one time, at band camp, Geoffrey Gallaway wrote: > PATH is the Perl Advanced Techniques Handbook, by Mark Dominus. It > will probably be published in early 2001 by

XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
rstand I could easily use apache to send XML data (GET) but I'm not to sure how I should handle receiving XML (POST). I definetly want to do the XML parsing and such with perl (I've been playing with XML::Parser, very cool). What am I missing? Thanks, sorry for being offtopic and for the bad

Re: XML help (offtopic)?

2000-10-17 Thread Geoffrey Gallaway
gt; unless ( $response->is_success ) { > ## do what must be done in event of a failure > } > > ## whatever else > > The receiving server could grab the XMLStuff as $r->param('XMLStuff'); > Hope i answered your question! > > - Matt Avitable > >