On Wed, Dec 01, 2004 at 09:46:24AM +0000, Tim Bunce wrote:
> 
> Do you generally pass URLs around as a string or broken up into a hash?

If I have to deal with query strings in Perl, I do prefer to deal with
them as hash, and then use CGI.pm to re-stringify it for me as needed. 

    Mark

Reply via email to