in reply to Re: Regex KungFu help needed
in thread Regex KungFu help needed

Rather poorly, though. It's far from obvious "re 'eval'" is literal code, and that it should be preceded by an unstated "use". What the message means is that you should use:
use re 'eval';

re

Replies are listed 'Best First'.
Re^3: Regex KungFu help needed
by moritz (Cardinal) on Oct 02, 2009 at 15:19 UTC
      Yeah, I have to admit I was at a bit of a loss, and then when someone actually included it as code, it was a "duh!" moment.. but it does the trick. Thanks for your help.