On Wed, Dec 01, 2004 at 02:02:57AM -0800, Terrence Brannon wrote:
> Tim Bunce wrote:
> >On Tue, Nov 30, 2004 at 10:40:34PM +0000, Nicholas Clark wrote:
> >>I guess I don't find it natural thinking about parameters as a single 
> >>string.
> >
> >Do you generally pass URLs around as a string or broken up into a hash?
> 
> <quote 
> src=http://search.cpan.org/~gaas/libwww-perl-5.802/lib/HTTP/Request/Common.pm>
> POST 'http://www.perl.org/survey.cgi',
>        [ name   => 'Gisle Aas',
>          email  => '[EMAIL PROTECTED]',
>          gender => 'M',
>          born   => '1964',
>          perc   => '3%',
>        ];
> 
> </quote>

I didn't say *can* you do that, I asked if he/you/we *generally* did that.

Tim.

Reply via email to