"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
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
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.