Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Authentication Script Path Problems

by scorpio17 (Canon)
on Sep 13, 2010 at 13:08 UTC ( [id://859986]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Authentication Script Path Problems
in thread Authentication Script Path Problems

Great! I'm glad you finally got it figured out.

As a follow up, here's something you might consider as you continue to develop your site: most of the modules used in my tutorial are "pure perl" - the only exception (I think) is DBI, but that usually comes preinstalled on most systems. For pure-perl stuff, I much prefer to have my own library. It's really nothing more than just another directory with perl files inside. So, I have a local development machine with cpan setup to install modules to a local ~/libs directory. Then, when I'm ready to "go live", I copy all my web files to my production host, including my ~/libs directory of perl modules (just tar/zip it all up). That way I know I have the exact same version of each module on both the development machine and the production machine. You have no way of knowing when your host might decide to update stuff on you without warning, and this can cause problems. It also makes it easier on you if you need to move the site to a new host, or install the web app on multiple hosts, etc.

Good luck!

  • Comment on Re^3: Authentication Script Path Problems

Replies are listed 'Best First'.
Re^4: Authentication Script Path Problems
by Anonymous Monk on Sep 14, 2010 at 10:22 UTC
    Hi,

    Okay. I certainly will be sure to keep a copy of the current versions of the modules.

    Thanks again!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found