in reply to Re: "eval" and "my" variable weirdness
in thread "eval" and "my" variable weirdness

The curlies are intentional. In my actual app, $thingy points to a complex data structure, and $key could be something like {One}[5]{France}. That's why I'm using eval with a string instead of a block.

Replies are listed 'Best First'.
Re^3: "eval" and "my" variable weirdness (Data::Diver)
by tye (Sage) on Jun 29, 2006 at 17:51 UTC