On Thu, 11 Mar 2010 07:44:36 +0100
Louis-David Mitterrand <vindex+lists-mason-us...@apartia.org> wrote:
> Is there a utility function in mason to parse a raw query string (from
> an external source) into a hash of hashes (like %ARGS)?

If by query string you mean:

?this=that&this=more&other=not

That is parsed into %ARGS -- that's what args is.  You won't be getting
a "hash of hashes" tho, in this example you'd get a hash with one
scalar ($other) and an array of two elements (@this).

-- 
MK <halfcountp...@intergate.com>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to