helps my
immeadiate situation.
I'll have to stick with vanilla perl/cgi for now, not a bad option.
Thanks, Tom
Original Message Follows
From: Ged Haywood <[EMAIL PROTECTED]>
To: Perrin Harkins <[EMAIL PROTECTED]>
CC: Tom Conway <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Su
I'm using RH8 and have the latest rpm.
Newer source rpms (non-redhat) won't compile because of dependencies.
Original Message Follows
From: Stas Bekman <[EMAIL PROTECTED]>
To: Tom Conway <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Data lost when browser r
Unfortunately my RPM install of apache 2.0.40 doesn't support the latest
mod_perl.
It' not really an option right now.
Original Message Follows
From: Stas Bekman <[EMAIL PROTECTED]>
To: Tom Conway <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Data lost
ows
From: Thomas Schindl <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Tom Conway <[EMAIL PROTECTED]>
CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: Re: Data lost when browser refreshed
Date: Mon, 15 Dec 2003 18:29:24 +0100
What submit-method are you using
My initial browser-refresh problem was variable scoping and I've worked that
out.
I now have another odd problem.
I have a function that reads params and creates update statements.
Up to 18 lines of 5 elements each posted from a form.
The Code is like...
MyUpdate($dbc,$query)
for ($cn
APXS (/usr/sbin/apxs) query for SBINDIR failed
APXS (/usr/sbin/apxs) query for TARGET failed
APXS (/usr/sbin/apxs) query for SYSCONFDIR failed
Original Message Follows
From: Stas Bekman <[EMAIL PROTECTED]>
To: Tom Conway <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re:
I'm just starting with mod_perl. I converted my cgi scripts for mod_perl
usage. They work fine as plain cgi. When i go from one screen to another via
submit or link, or just refresh a couple of times my data disappears. No
errors, just a blank form. I have no idea what is wrong.
I've verified a