Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joshua Chamas
"Joel W. Reed" wrote: > > On Feb 15, [EMAIL PROTECTED] contorted a few electrons to say... > modperl> to be more fully compliant with ActiveState's PerlScript > modperl> we need the following methods on Apache::ASP::Collection > modperl> object. > modperl> > modperl> sub Count <-- # of keys in $R

Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
On Feb 15, [EMAIL PROTECTED] contorted a few electrons to say... modperl> to be more fully compliant with ActiveState's PerlScript modperl> we need the following methods on Apache::ASP::Collection modperl> object. modperl> modperl> sub Count <-- # of keys in $Request->QueryString or $Request->For

Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
to be more fully compliant with ActiveState's PerlScript we need the following methods on Apache::ASP::Collection object. sub Count <-- # of keys in $Request->QueryString or $Request->Form sub Key { my ($self, $keynum) = @_; } attached are two test files & sample output under windows.