On Thu, Dec 20, 2007 at 11:23:05AM -0600, Jonathan Scott Duff wrote:
> Adriano answered #1 I think:  $yaml = Q:!c"{ $key: 42 }";

Er, I just looked over the spec again and realized that Q does
absolutely no interpolation, so it would be more like this:

    $yaml = Q:qq:!c"{ $key: 42 }";

or perhaps

    $yaml = qq:!c"{ $key: 42 }";


-Scott
-- 
Jonathan Scott Duff <[EMAIL PROTECTED]>

Reply via email to