in reply to Re: Re: Re: quoting style for lists
in thread quoting style for lists

I love the fat arrow for things like this:

$element->paste( before => $some_other_element); $element->set_att( id => "JB007");

But I really _HATE_ it when it silently turns constants into strings:

use constant (CONSTANT => 'foo'); my %hash=( PCDATA => 'the key is the string "PCDATA", not "foo"');

--
The Error Message is GOD - MJD