Help for this page

Select Code to Download


  1. or download this
      print "  <HR>\n";
      print "  <TABLE border=0 width=100% bgcolor=\"\#005533\">\n";
      print "   <TR><TD>\n";
      print "$username\n";
    
  2. or download this
    print <<END;
      <HR>
    ...
        <TR><TD>
       $username
    END