in reply to DBD::Pg problems

I've only recently started using Mason myself, so this may have nothing to do with your problem, but this syntax:

<%perl> <!- perl>
is brand new to me. I thought the correct syntax was:
<%perl> </%perl>
Similarly for your other <%init>, <%args>, etc. sections.

As I said, I'm brand new to Mason, so this may be an alternative syntax I'm not aware of. Is it? (You may want to try the more "canonical" syntax and see if the error moves.)

HTH

Replies are listed 'Best First'.
Re: Re: DBD::Pg problems
by dstar (Scribe) on Aug 10, 2001 at 20:51 UTC
    That's new to me as well. Much of that code is cut-n-paste from the article on session handling referenced at masonhq; I hadn't even noticed it.
    It turns out to have been the numeric compare of the password variables, though.