On Thu, Jul 14, 2005 at 04:47:10PM -0700, Michael G Schwern via RT wrote: > > *Any* word, including one that might also be a constant, is interpreted > as a string. %h = ( CONSTANT() => 42 ); is a work around.
Another workaround, since they're constants, is
%h = (CONSTANT, 42);
--
Rick Delaney
[EMAIL PROTECTED]
