in reply to Re^2: Link instead of Submit button?
in thread Link instead of Submit button?

This is a simple HTML issue that you can debug yourself. Perl is only very remotely involved, as it generates the HTML.

I suggest that you first debug your HTML issue by finding out what HTML needs to be generated, and only as a second step, add the necessary print statements to your script that print the HTML.

Replies are listed 'Best First'.
Re^4: Link instead of Submit button?
by tel2 (Pilgrim) on Dec 17, 2010 at 21:19 UTC

    Point taken, Corion.

    Thanks.