Jump to content

jeffman

Members
  • Posts

    7,761
  • Joined

  • Last visited

Posts posted by jeffman

  1. I'm not a PERL programmer, but I think the line print "Content-type: text/html" should be changed to "Content-type: text/html\n\n" since you are working with headers.
    mma_fighter123 has it dead on. This rule will apply equally when you send a header for AJAX messages as follows: Content-type: text/plain\n\nIf that doesn't do it, check your user/group/other permissions. If you're working from a terminal, that's your chmod function. The value you want is 755. If you have an ISP interface, as I do, you probably have a file-info screen with checkboxes or something like that. The chart below is the best looking I can come up with here:User: read, write, execGroup: read, , execOther: read, , execHope something here helps.
  2. I'm a perl person. Can't say I know everything, and I'm a do-it-yourself fanatic, so I stay away from libraries. But I'll help if I can.biggrin.gifJonas, if you're still reading, I would certainly be up for a perl forum. I know enough (in a CGI context) that I can help out the basically bewildered, so if you want to make sure there's at least one answer-person on board, I can fill that roll.

  3. Hey, I'm new. The associative array below almost captures me. I started coding in BASIC on punch cards back in 1974. I was a kid. Then BASIC and C on my first PC. (What's more elegant than pointer arithmetic?) Mostly occupied by the web since I launched my first WEB*STAR server on my desktop Mac in the early 90s. Back then it seemed like you could surf the whole web in an afternoon. Remember helper apps? Like having a wall in place of your windshield, but you could download pix of what was in front of your car. Imagine driving like that and you can understand the Mosaic era. Ridiculous but true. And believe it or not, there was a day when the coolest thing you could do was watch a table border resize itself, visibly, so the result looked like a giant pyramid. I mean, watching an apple turn brown is cooler than that, but not back then. And DOM? What DOM? The cool thing, though, was that new tags and stuff just appeared almost on a daily basis. Now it takes years. The web is better today, but the gee-whiz factor isn't nearly the same.I have a permanent link to W3S and use it as a reference when I code. I'm always forgetting which argument goes where, and confusing my perl routines with similar routines in JS. So it's nice to have a quick link that's always there. I hit the forum link as a lark one day and was surprised by how big and active it is. Decided to join. Have already posted advice a few times and nobody's called me wrong, so maybe I'm in the right place.Full name: Jeff CarneyAlternative name(s): "Deirdre's Dad"Birth date: 1962Gender: DudeZodiacal sign: Kidding, right?Country of residance: USACity of residence: Ephraim, Utah, where being an atheist is an adventureHeight: 5'10"Weight: PudgyEyes: BlueHair: Kinky, receding, graying brown, crewcut, Smoking/Drinking/Drugs: Scotch, mostlyFavourite Music: Classic Rock: Pink Floyd, CSN, Yes, Moody BluesFavourite Movies: Seventh Seal, The Graduate, American BeautyInterest: Teaching, writing, digimusic composing, this, my kidPets: 3 cats, indoors only, all spayed/neuteredI must be full of myself, 'cause this post is so long.

×
×
  • Create New...