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

I'm not a programmer. I'm just making my own website so I can go out and do what I do.

Here is the code RFC: Proposed tutorial - simple login script using CGI::Application. I haven't altered anything except for the 'use lib' and I'm not using the SSL for now.

I'll try the new parallel directory.

  • Comment on Re^3: Authentication Script Path Problems

Replies are listed 'Best First'.
Re^4: Authentication Script Path Problems
by Corion (Patriarch) on Sep 12, 2010 at 10:58 UTC

    As you need to have edited the code from the page you linked to, I'll assume that you made some typo there. But you still don't tell me which exact part of the code you used, and what exact changes you made.

    If you are modifying a script, that makes you a programmer. To become a successful programmer, you will have to learn the main technique associated with it, that is, attention to detail. If you want to successfully communicate about faults in your programs that you can't find, you will have to show others your program as it is, because if you don't know where the fault in your program is, how do you expect others to divine the fault by your (neccessarily) vague retelling alone?