in reply to HTML::Form problem

It is failing because it needs to study harder.

Seriously though, letting us know HOW it fails would let people actually suggest solutions.


We're not surrounded, we're in a target-rich environment!

Replies are listed 'Best First'.
Re^2: HTML::Form problem
by Aristotle (Chancellor) on Apr 15, 2003 at 20:14 UTC
    A not so long, hard look at the code posted makes me guess it's throwing a Parse failed and dying. Obviously it won't help if the OP tells us that - so I didn't post asking for a clarification, either. Instead, I went looking at the POD for HTML::Form, but it doesn't appear to have an errstr method or similar facility. Unless someone finds something I missed, I don't think anyone can do more than guess blindly, here.

    Makeshifts last the longest.

Re: HTML::Form problem
by Feral_Shade (Novice) on Apr 15, 2003 at 20:16 UTC
    Sorry about that,
    Whenever I call the parse() function with the || die("")
    condition, die() is called and the script terminates, so I
    assumed that I had somehow made an error in using the function.
    I apologize if this is too ambiguous, but I don't know how to explain it any better.