Re: $r-args troubles...

2000-04-12 Thread Jason Murphy
lp. PS. The only reason I say this on the mailing list is to get it in to the mailing list archives because I could not my solution there when I looked. From: "Doug MacEachern" [EMAIL PROTECTED] To: "Jason Murphy" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 11, 2000 8:52 PM Sub

RE: $r-args troubles...

2000-04-07 Thread Geoffrey Young
you are calling Apache::Request-new incorrectly - see the docs :) -Original Message- From: Jason Murphy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 2:07 PM To: [EMAIL PROTECTED] Subject: $r-args troubles... Dear Mod_Perl'lers I hate to bug the list with this

Re: $r-args troubles...

2000-04-07 Thread Doug Kyle
It goes like this: my $r = Apache-request; my $apr = Apache::Request-new($r); -- Doug Kyle - Information Systems Grand Rapids Public Library "We're superheros man, we don't have time to be charming . . . we're public servants, not glamour boys" - The Tick. Jason Murphy wrote: Dear