On Saturday 05 May 2001 19:28, Uri Guttman wrote:

> the proposed qh only fails with a key or value of => which is highly
> unlikely and can be worked around as a value by inserting another =>
>
>       %foo = qh( foo bar => => baz )
>
> is:
>
>       %foo = ( foo => 1, bar => '=>', baz => 1 )

Or it could be 

%foo = ( foo => 1, bar => 1, '=>' => 'baz' )

But I like the concept of a quote hash.

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to