Apache::Cookie-expires under Windows

2001-12-27 Thread Alexei Danchenkov
Hi, All, I posted a message on the subject a little earlier, but apparently I need to learn more. The Apache::Cookie-expires as below adds unwanted information (header dump attached) to the date and subsequently does not want to bake ($cookie-bake). This is the code: my $cookie =

File upload error

2001-12-21 Thread Alexei Danchenkov
Hello, All, This might be a bit offtopic, but while uploading a file to a server, all zeros (0x0) are replaced with spaces (0x20). What is wrong with the following code then or what's wrong with the server configuration? I am using HTML::Mason with Apache server 1.3.22 under RedHat Linux 6.2 When

Re: libapreq. Apache::Cookie returns different 'expires' than CGI::Cookie?

2001-12-18 Thread Alexei Danchenkov
Hello, darren, Friday, December 14, 2001, 9:39:46 PM, you wrote: dc Alexei Danchenkov [EMAIL PROTECTED] said something to this effect on 12/14/2001: Hello, All! I wonder why my '$cookie-expires' for this code returns a different result than the similar one with CGI::Cookie (commented

libapreq. Apache::Cookie returns different 'expires' than CGI::Cookie?

2001-12-14 Thread Alexei Danchenkov
Hello, All! I wonder why my '$cookie-expires' for this code returns a different result than the similar one with CGI::Cookie (commented). The result is different in a way that some additional binary code is being added to the expiry date. $cookie = Apache::Cookie-new( $r, -name=access,

Compilation

2001-10-12 Thread Alexei Danchenkov
error U1035: syntax error : expected ':' or '=' separator Stop. I get the same for nmake without parameters. Please, help. What's wrong? Sincerely, Alexei Danchenkov.