Hi, I guess i was a little vague. When i run the script i get a blank page. And it does work when i run it from the command line. Here is the login script:
#!/perl/bin/perl use CGI qw(:standard); print header(); print <<HTML; <HTML> <HEAD> <TITLE> Check email </TITLE> </HEAD> <BODY> <form name"email" method="post" action="check_email.pl"> <table align="center" cellspacing="0" cellpadding="1" border="1" width +="275" height="150"> <tr><td bgcolor="#999999"> <table width="265" border="0" cellpadding="2" cellspacing="0" height +="145"> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Hostname:</font></td> <td><input type="text" name="hostname" width="20"></td> </tr> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Account:</font></td> <td><input type="text" name="account" width="20"></td> </tr> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Password:</font></td> <td><input type="password" name="password" width="20"></td> </tr> <tr> <td>&nbsp;</td> <td><input type="submit" value="Check">&nbsp;&nbsp;<input type="re +set" value="Reset"></td> </tr> </table> </td></tr> </table> </form> </BODY> </HTML> HTML
Thanks for your help, Kiko

In reply to Re: Re: Simple Email Check by Kiko
in thread Simple Email Check by Kiko

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.