inheritance and Apache::Request

2002-02-14 Thread Alex Porras
I am slowly learning about OO from Tom's tutorial, and was able to do inheritance with two dummy classes I wrote, including adding methods to the subclass and have them work too. However, when I tried to inherit from Apache::Request, it doesn't seem to work right. Maybe this isn't an

RE: inheritance and Apache::Request

2002-02-14 Thread Alex Porras
Ok, that makes sense. But the reason I didn't include a new method for FooBar was because I don't know what A::R's new method does, so I didn't want to override it. What if it does some init stuff to the object? I'm assuming that's what's happening because, after adding a new method to

[OT] Re: New mod_perl Logo

2002-01-30 Thread Alex Porras
On Wed, 30 Jan 2002, Ron Savage wrote: All these American-style names are verging on the racist. People should instead take into consideration the alternative suggestions you provided...oh wait, nevermind. --Alex

is there something wrong with my http header?

2002-01-28 Thread Alex Porras
I'm trying to print a gif image to the browser, but it's appearing as text. Here's what the output looks like (used lynx --mime_header): HTTP/1.1 200 OK Date: Mon, 28 Jan 2002 21:58:05 GMT Server: Apache/1.3.20 (Unix) mod_perl/1.26 Set-Cookie: FOO=bar; domain=foo.bar; path=/ Pragma: no-cache

RE: is there something wrong with my http header?

2002-01-28 Thread Alex Porras
I'm a goof. That data is from an imap server--I forgot to decode it first. Thanks, --Alex -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: is there something wrong with my http header?

RE: Can't call Apache::Request-new()

2001-12-14 Thread Alex Porras
Paul, I have version .33 working on perl 5.6.1 on a redhat 7.2 box (I compiled perl myself). However, if I do the command you do below, I get the same error. --Alex -Original Message- From: Paul Makepeace [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 12:43 AM To:

[OT] RE: Programmer Wanted

2001-10-12 Thread Alex Porras
Actually, the funny thing about that job is that you don't make much money writing code, but by hiring other mode_perl programmers to work for you. --Alex -Original Message- From: Joe Breeden Sent: Friday, October 12, 2001 3:56 PM To: [EMAIL PROTECTED] Subject: RE: Programmer

RE: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Alex Porras
Adi Fairbank wrote: I wish someone would just write a worm that would put these IIS machines out of their misery and stop causing the rest of us such a headache. I think that it would be a lot easier to write a worm that puts IIS admins out of their misery--they're already busy applying

Apache::MP3 error

2001-09-06 Thread Alex Porras
My setup: - redhat 7.1 - perl 5.6.0 (original redhat rpm) - mod_perl 1.26 (compiled) - apache 1.3.20 (compiled) I installed Apache::MP3 per the instructions in the docs. perl.conf: VirtualHost 192.168.123.100 ServerName removed ServerAdmin removed DefaultType text/plain

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Alex Porras
Jay Jacobs wrote: I don't see any glue-sniffing symptoms from choosing embedded html in perl over embedded perl in html. Unless, of course, you're the graphic artist and you've been tasked with changing the look and feel of the application using embedded perl (which you, as the graphics

Re: remove me

2001-07-20 Thread Alex Porras
Hmm, if we could do that, it would be like Survivor. The tribe could get members removed off the list. =) --Alex Gordon Stewart wrote: hi Can someone please remove me. Thanks Gordon

Re: CGI module or Apache

2001-07-09 Thread Alex Porras
There's Apache::Request, which is the equivalent of CGI.pm in the areas of form submissions and Apache::Cookie for cookie handling. If you're not using the HTML rendering capabilities of CGI.pm, you may look into those two. --Alex Kevin Schroeder wrote: Hello, I've been using the CGI

RE: Apache::Session / No-Cookie-Tracking

2001-05-25 Thread Alex Porras
One easy way to find out if the original site uses cookies is by using lynx with the mime_header argument: lynx -mime_header http://e-commerce-site-in-question/foo/bar | less This will print out the HTTP headers before the content, like show below: HTTP/1.1 200 OK Date: Fri, 25 May 2001

RE: Concepts of Unique Tracking

2001-05-25 Thread Alex Porras
Although I agree about privacy issues, I will keep it short by stating that there is a difference between identifying you as unique user 1309850825 (assuming no personally identifiable information is also collected) versus identifying you as Stephen Adkins. You can use the first method to