Women in Technology

Hear us Roar



Article:
  Apache Web Serving with Jaguar, Part 4
Subject:   cgi/perl ... a marble missing?
Date:   2003-08-21 23:30:03
From:   anonymous2
I like my perl scripts, and thanks to Jaguar and to the great articles here, I can now scribble away after a few tweaks, and test my cgi scripts on the same CPU. HOWEVER, I use modules (.pm) to save on my code in various scripts. In short, I get an ISE 500 during testing - my PMs are not linked (?). my script.cgi exists, has all permissions, and runs dandy in terminal with linked PMs.


What's missing? I deduct it's something in apache's config?

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • cgi/perl ... a marble missing?
    2003-08-22 08:50:26  anonymous2 [View]

    The problem was a bit more complicated, and obvious to the eye of a friend of mine. BBEdit does save/handle files according to the system they're made on. Meaning, my windows created files have that nasty different carriage return, wich puts sand into the perfectly working gear of perl. You wouldn't notice it until you look at it with vi.

    So I do an Emily Litella: that's very different...nevermind.

    So, now stop throwing your No.2s and pocket protectors at me, I did switch away from winblows.