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

Re^3: Configuration Question

by TomDLux (Vicar)
on Sep 30, 2010 at 20:15 UTC ( [id://862847]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Configuration Question
in thread Configuration Question

Perl Best Practices describes some excellent ideas (and also contains some crud, so don't believe everything, just because it's in print ).

  • Use lower case for subroutines, methods, variables and labelled arguments.
  • Use Mixed-Case for package and class names.
  • User UPPERCASE for constants.

But as far as your example is concerned, you hardcode sandbox to 0, then test whether it's 1, which of course it isn't. Maybe some user input would be good. It would be better to find a means to connect which doesn't involve passwords at all. Or if you need one, have it supplied on the command line?

As Occam said: Entia non sunt multiplicanda praeter necessitatem.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found