Hi,
> I want to call a EmbPerl script something like this:
> www.host.com/script?systems={field1,field2,field3}&otherparm=othervalue
> so that I can access the systems array in my embperl script.
you can do:
www.host.com/script?system=field1&system=field2&system=field3
in this case you'll get a tab-separated list into $fdat{system} which
you can easily spread into an array with split.
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< MySQL development team >==< Thibodaux, LA / USA >==--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]