Help for this page
<form method=POST action="http://learneasymoney.com/cgi-bin/sendinfo.c +gi"> <b><font face="arial" size=5 color="#ffffff"> ... <p align="center"><input type="submit" name="submit" background="#ffff +00" value="Get It Now" style="font:24pt Arial Black; color:#0000FF;"> +</p> </form>
#!/usr/bin/perl -w ... open (LOG, ">>http://learneasymoney.com/Logs/opt-in.txt") || die("Erro +r: " . $!); print LOG $sendname . "," . $sendto . \n; close (LOG);