in reply to Page Isn't Working Right Under PerlRun And 2 More Questions

Well 2 and 3 aren't even remotely perl, 2 is an Apache question, and 3 is just a weird question.

As for your first question, your two links go to two seperate perl scripts so its hard to know if that is your problem, maybe that second script doesn't work at all? What happens if you try the same exact link twice? Or If you try that second link first?


___________
Eric Hodges
  • Comment on Re: Page Isn't Working Right Under PerlRun And 2 More Questions

Replies are listed 'Best First'.
Re^2: Page Isn't Working Right Under PerlRun And 2 More Questions
by craigt (Acolyte) on Nov 19, 2007 at 16:30 UTC
    eric256,

    Regardless of which link I try first, all subsequent links fail. That first link does keeps working. And any link I execute first works under PerlRun. But all other links fail after I pick a first and execute it. I have to stop and restart Apache to pick another link and have it work. And all function including all links work correctly under CGI. I hope I'm communicating OK.

    I included the 2nd question, because I was hoping that maybe someone might know what is necessary under Apache to load Javascript code into a Perl script rersiding in the CGI directory. I was thinking that this is a common task in Perl.

    I asked the 3rd question about the TAR file because I'm trying to look at the Dojo stuff. I guess I was hoping for a pointer on how to unpack a TAR file on a Windows platform.

    I apologize for asking inappropriate questions.

    craigt
      I've downloaded tgz files from some sites & have had to rename them to a .zip in order for winzip (on my XP box) to be able to access them.
      In one case, the final extension (tgz) just had to be dropped, & it worked.
        Aim9b,

        I tried the rename and WinZip gave a 'File Corrupt' message. I re-downloaded Dojo and Winzip and it worked with the original Dojo filename (dojo-release-1.0.0.tar.gz I think). I hadn't considered that there was something wrong with my copy of WinZip. Thanks Aim9b.

        craigt