Re: Apache::Status and B::TerseSize error

2006-04-01 Thread tom . kirkpatrick
he latest versions of B::Size & B::TerseSize installed and am Apache 1.3 running on FreeBSD. Any ideas how I can get this to work? many thanks -- Tom Kirkpatrick Web Developer - Virus Bulletin -- Tom Kirkpatrick Web Developer - Virus Bulletin

Apache::Status and B::TerseSize error

2006-04-01 Thread tom . kirkpatrick
atest versions of B::Size & B::TerseSize installed and am Apache 1.3 running on FreeBSD. Any ideas how I can get this to work? many thanks -- Tom Kirkpatrick Web Developer - Virus Bulletin

Re: detecting scheme (http or https)

2005-12-08 Thread tom . kirkpatrick
gt; statements (mod_ssl before mod_perl or after). > > > > Torsten I'm working on mod_perl 1, apache 1. I think I cracked it with: Apache::URI->parse($r)->scheme; > > JT ~ Plain Black > ph: 703-286-2525 ext. 810 > fax: 312-264-5382 > http://www.plainblack.com > > I reject your reality, and substitute my own. ~ Adam Savage -- Tom Kirkpatrick Web Developer - Virus Bulletin

detecting scheme (http or https)

2005-12-08 Thread tom . kirkpatrick
Is there a way that I can find out how a user has requested a page? Everything I have read suggests that I can do it by $r->parsed_uri->scheme, but this always seems to yeild undef. thanks in advance. -- Tom Kirkpatrick Web Developer - Virus Bulletin

caching problem?

2005-04-26 Thread tom . kirkpatrick
In trying to develop a simple perl script, I have run into some kind of caching problem which is making development an absolute nightmare. The problem arises when I am using a subroutine. Whilst developing the subroutine, I (obviously) make errors in the code! I try the script out in the browse