Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Nothing is being written into my opt-in.txt file

by bgatto (Initiate)
on Jul 10, 2013 at 20:39 UTC ( [id://1043558]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <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>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    open (LOG, ">>http://learneasymoney.com/Logs/opt-in.txt") || die("Erro
    +r: " . $!);
    print LOG $sendname . "," . $sendto . \n;
    close (LOG);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1043558]
Approved by davido
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-19 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found