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?

Tim.

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

--
Terrence Brannon, [EMAIL PROTECTED]

Reply via email to