Variable "$q" will not stay shared at

2003-07-16 Thread B. Fongo
Hello, I'm working on my first Perl project. Most of my cgi programs work ok, but a look at the apache error log reveals this warning which is clear to me: Variable "$xy" will not stay shared at /data/www/cgi-perl/envir.pl line 19. [Wed Jul 16 11:44:57 2003] [error] Undefined subroutine &Apache

Re: Retrieving cookie expiration date

2003-07-16 Thread Octavian Rasnita
Could you tell us how to do that? I've seen that the cookie is returned by the browsers in the HTTP_COOKIE environment variable in the form: HTTP_COOKIE=cookie_name=cookie_value;next_cookie_name=next_cookie_value; but no expiration date is sent. I don't think the CGI module is able to find the ex

Re: multipart form data

2003-07-16 Thread fliptop
On Tue, 15 Jul 2003 at 17:30, Anshuman Kanwar opined: [snip] AK:So it sees the filename but not the data itself. Problem is that I want to AK:save the Jpg pictures in some other files and the AK:"BOTZSERIAL=00:02:D3:00:01:01" type info in some other file, but I am not AK:seeing the binary (jpg) da

RE: Retrieving cookie expiration date

2003-07-16 Thread Kipp, James
read 'perldoc cgi', go to the http cookies section. you can retrieve a cookie into a hash which will include the exp date. HTH Jim -Original Message- From: Sawsan Sarandah [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 12:44 AM To: [EMAIL PROTECTED] Subject: Retrieving cookie e

Re: Retrieving cookie expiration date

2003-07-16 Thread Octavian Rasnita
No, the expiration date is not sent by the browsers back to the server. The browser only checks if the cookie is not expired, and if it is not, it sends it, otherwise it doesn't. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Sawsan Sarand