Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Database problem

by trammell (Priest)
on Aug 06, 2005 at 15:30 UTC ( [id://481497]=note: print w/replies, xml ) Need Help??


in reply to Database problem

Sorry, I don't have the inclination to delve deeply into the code you post. But in the first handful of lines I notice:
  • you don't use strict;
  • you don't use warnings;
  • you don't check the return status of your open(), e.g.
    open(CONFIG, "<homenet.actiontrigger.conf") or die "Can't open config file: $!";
I'd put those three things at the top of your "to do" list.

Replies are listed 'Best First'.
Re^2: Database problem
by jeroen_h (Initiate) on Aug 06, 2005 at 15:57 UTC
    OK, I'll try this first! I get a lot of errors on my variables now, so I'll look at these to correct them...

Log In?
Username:
Password:

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

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

    No recent polls found