hello all

i want to make the form of the cgi to be more modest
so i use dreamwaver to make some effects to my page
itis asimple page has three text fields and it takes the action from another script
how can i configure that to work with perl ?
the code
<HTML> <HEAD> <TITLE>index</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1 +"> </HEAD> <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEI +GHT=0> <!-- ImageReady Slices (index.psd) --> <TABLE WIDTH=766 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0> <TR valign="top"> <TD COLSPAN=3> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4445 +53540000" codebase="http://download.macromedia.com/pub/shockwave/cabs +/flash/swflash.cab#version=6,0,29,0" width="766" height="485"> <param name="movie" value="banner.swf"> <param name="quality" value="high"> <embed src="banner.swf" quality="high" pluginspage="http://www +.macromedia.com/go/getflashplayer" type="application/x-shockwave-flas +h" width="766" height="485"></embed></object></TD> </TR> <TR> <TD> <IMG SRC="images/index_02.jpg" WIDTH=256 HEIGHT=257 ALT="" +></TD> <TD width="414" height="50" valign="top" background="images/index_ +03.jpg"> <table width="100%" border="0" bordercolor="#006699"> <tr> <td height="30"><font face="Arial, Helvetica, sans-serif"><s +trong><font size=5 color='#00000'> <marquee> </marquee> </font> <font size=5 color='#00000'> <marquee> </marquee> </font> <font size=5 color='#00000'> <marquee> <font color="#006699" size="2"><font color="#CC3300">@</fo +nt>&nbsp;&nbsp;welcome to registration page&nbsp;&nbsp;@&nbsp;<font color="#CC330 +0">&nbsp;engy with anather services</font></font> </marquee> </font> </strong> </font></td> </tr> </table> <strong></strong> <form action='action1.pl' method='post'> <font size="-7">&nbsp;<font face="Arial, Helvetica, sans-serif +">Neam</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n +bsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type='text' name='name' size='35'> <br> &nbsp;<font face="Arial, Helvetica, sans-serif">Email</font>&n +bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp +;&nbsp; &nbsp; <input type='text' name='email' size='35'> <br> &nbsp;<font face="Arial, Helvetica, sans-serif">Userneam</font +></font>&nbsp;&nbsp; &nbsp; <input type='password' name='password' size='35'> <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n +bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp +;&nbsp;&nbsp; <input name="submit" type='submit' value='Submit'> </form> </TD> <TD> <IMG SRC="images/index_04.jpg" WIDTH=96 HEIGHT=257 ALT=""> +</TD> </TR> <TR> <TD COLSPAN=3> <IMG SRC="images/index_05.jpg" WIDTH=766 HEIGHT=65 ALT=""> +</TD> </TR> </TABLE> <!-- End ImageReady Slices --> </BODY> </HTML>

In reply to How to make that works with perl by adam_blackice

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.