Re: Q - Apache::Request-new(undef) works?

2001-12-12 Thread Joe Schaefer
darren chamberlain [EMAIL PROTECTED] writes: Jay Lawrence [EMAIL PROTECTED] said something to this effect on 12/11/2001: In my development I neglected to supply the Apache request object when I called Apache::Request-new( $r ). Actually $r was undef. It still works! I am just wondering

Q - Apache::Request-new(undef) works?

2001-12-11 Thread Jay Lawrence
Howdy! In my development I neglected to supply the Apache request object when I called Apache::Request-new( $r ). Actually $r was undef. It still works! I am just wondering if this is expected behaviour and if it will be supported going forward or was this just a fluke?Thanks, J

Re: Q - Apache::Request-new(undef) works?

2001-12-11 Thread Joe Schaefer
Jay Lawrence [EMAIL PROTECTED] writes: In my development I neglected to supply the Apache request object when I called Apache::Request-new( $r ). Actually $r was undef. It still works! I am just wondering if this is expected behaviour and if it will be supported going forward or was this

Re: Q - Apache::Request-new(undef) works?

2001-12-11 Thread darren chamberlain
Jay Lawrence [EMAIL PROTECTED] said something to this effect on 12/11/2001: In my development I neglected to supply the Apache request object when I called Apache::Request-new( $r ). Actually $r was undef. It still works! I am just wondering if this is expected behaviour and if it will be