brian moseley wrote:

> On Tue, 15 Aug 2000, Doug MacEachern wrote:
>
> > what do you mean?  args in or out?  $r->args($string)
> > just does a blind copy.  @args = $r->args just splits on
> > &,=, it's up to the caller to deal with multiple args of
> > the same name.
>
> hm. what about %args = $r->args? won't that give me only the
> last arg value?

sure would.

> i suppose i should just do @args = $r->args.
> thanks for the reminder.

if you are going to have multiple args with the same name you will have
to put them in an array and handle the duplicate information in your
software.


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to