silly CGI::Cookie bug/frustrations

2002-01-07 Thread Neil Conway
e is no such hash element as TICKET_NAME. Since there is only 1 cookie, I used the ugly hack above and iterated through the keys of the hash and used the only actual hash element. The weird that is that the value I get from this is 'eq' to TICKET_NAME -- yet, it works, but TICKET_NAME does not. IIRC, if I replace the instances of TICKET_NAME with its literal value ('AdminTicket'), it also does not work. Would someone be kind enough to point out what I've missed? Because I'm stumped... Thanks in advance, Neil -- Neil Conway <[EMAIL PROTECTED]> PGP Key ID: DB3C29FC

Lightweight CGI.pm for PerlHandlers

2001-05-18 Thread Neil Conway
Hi all, I'd like to be able to use something similar to CGI.pm's HTML generation methods in a PerlHandler I'm writing. Since I'm not ever going to be using CGI directly (and also, the HTML I'm doing is pretty simple), CGI.pm seems like overkill -- and from looking at some basic memory usage data,

dynamic vs. mostly static data

2000-11-02 Thread Neil Conway
ically (say every 10 minutes)? Also, this solution should work on any reasonably modern UNIX system (Win32 is not important for now). I couldn't find this anywhere, but if someone tells me where, I'd be happy to RTFM. Ask me if you need more info. TIA, Neil -- Neil Conway <[EMAIL

Re: can I close the client connection but keep a script running?

2000-10-13 Thread Neil Conway
ns the data to the client like normal. If I've got something wrong, sorry - check one of the archives for extensive discussion. HTH, Neil -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed Is uniformity [of religion]

Re: Forking in mod_perl?

2000-10-04 Thread Neil Conway
the processing in realtime, waiting up to X seconds for the results might be unacceptable. How does this sound? HTH, Neil -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed It is dangerous to be right when the government is wrong. -- Voltaire PGP signature

Re: Where's the filehandle in a PerlHandler module?

2000-09-27 Thread Neil Conway
e`. Another useful reference is the mod_perl reference card. HTH, Neil -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed Violence is to dictatorship as propaganda is to democracy. -- Noam Chomsky PGP signature

persistent info (storing config?)

2000-09-11 Thread Neil Conway
more thing - it would be nice to be able to re-parse the config file when someone sends Apache a certain signal. Is this possible? Thanks in advance, Neil -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed It should be fi

Re: [ANNOUNCE] Apache::Session 1.51

2000-06-01 Thread Neil Conway
tatement and Text::CSV_XS) -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed Nothing can stop the man with the right mental attitude from achieving his goal; nothing on earth can help the man with the wrong mental attitude.

Re: High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Neil Conway
n Computer Science at university yet, I'm a bit lacking in 'formal programming education'. I'd rather not form bad habits - is there any advice anyone can give me on how to write, clean Perl (OO or otherwise)? Are there any good books I can pick up? TIA -- Neil Co

Re: Apache::Session question

2000-05-05 Thread Neil Conway
necessary, it should probably be added to the guide and / or comments in the Apache::Session .pm that controls this (can't remember the filename offhand, but it had a comment referring to Solaris + nsems=16 or 8). TIA -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http:/