Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

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

by thomas895 (Deacon)
on Jul 10, 2013 at 22:55 UTC ( [id://1043581]=note: print w/replies, xml ) Need Help??


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

You're all missing the root of the problem:

open (LOG, ">>http://learneasymoney.com/Logs/opt-in.txt") || die("Erro +r: " . $!);

Something there is wrong, but can you see it?

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."

Replies are listed 'Best First'.
Re^2: Nothing is being written into my opt-in.txt file
by davido (Cardinal) on Jul 10, 2013 at 23:42 UTC

    Excellent, and the second thing that is wrong is failure to check the server logs, where STDERR would have recorded the die message.


    Dave

Log In?
Username:
Password:

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

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

    No recent polls found