in reply to Tree::Nary Question

BrowserUk has shown us what the problem is.

I have a few other observations:

Replies are listed 'Best First'.
Re^2: Tree::Nary Question
by Anonymous Monk on Mar 08, 2011 at 20:40 UTC
    Yeah, it was a total n00b mistake. Thanks guys!
Re^2: Tree::Nary Question
by ikegami (Patriarch) on Mar 08, 2011 at 20:52 UTC
    It should perform validation to catching things that are not errors? What?

      Tree::Nary is not checking that the information being passed to it is both valid and not dangerous to run.

      While I'm not familiar with this module, it's always good to have the information being passed on to be checked for taint and validity.

        It's good cause it catches errors, right? My point was that it's silly to say the messages that result from such errors aren't error messages.