Author Topic: help in Perl  (Read 1102 times)

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
help in Perl
« on: 25 April 2003, 07:02 »
I'm am trying to wright a Guestbook. so far I'm wrighting the "View" Portion and I'm having problems. I've alrety tried to use "debug" scripts, but they don't work. I've got the .txt file to store the comments, but they dont load into the browser:
Code: [Select]

[ April 24, 2003: Message edited by: The all Microsoft hater ]


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
help in Perl
« Reply #1 on: 27 April 2003, 04:25 »
What happens?
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
help in Perl
« Reply #2 on: 28 April 2003, 01:55 »
Shouldn't this:

Code: [Select]

be like this:

Code: [Select]

Just a note on nested HTML tags.    ;)   I don't know how to program in Perl so don't ask me any details, eventhough I have a fairly good understanding of it. Anyone else to offer a helping hand?

[ April 27, 2003: Message edited by: Panos ]


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
help in Perl
« Reply #3 on: 28 April 2003, 02:34 »
Yes, but that wouldn't stop it from displaying altogether. He didn't say if he got a script error or just a blank page though.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
help in Perl
« Reply #4 on: 28 April 2003, 02:39 »
quote:
Originally posted by flap:
Yes, but that wouldn't stop it from displaying altogether. He didn't say if he got a script error or just a blank page though.


Indeed. That was just a reminder. Please give us some more info. Is this a home server or a remote host? Is /usr/bin/perl the correct path to Perl? Stuff like that.    

Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
help in Perl
« Reply #5 on: 28 April 2003, 05:19 »
quote:
Originally posted by Panos:


Indeed. That was just a reminder. Please give us some more info. Is this a home server or a remote host? Is /usr/bin/perl the correct path to Perl? Stuff like that.        



It's a remote host, the page loads but it only load the "The Guestbook" header,  Yes /usr/bin/perl is the corredt path, and I have the permissions set to 755.

[ April 27, 2003: Message edited by: The all Microsoft hater ]


Canadian Lover

  • VIP
  • Member
  • ***
  • Posts: 713
  • Kudos: 122
help in Perl
« Reply #6 on: 28 April 2003, 07:53 »
it works now I went to another forum and got help there. some guy rewite my code amd it works!

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
help in Perl
« Reply #7 on: 29 April 2003, 02:29 »
quote:
Originally posted by The all Microsoft hater:
it works now I went to another forum and got help there. some guy rewite my code amd it works!


Ok then. I just wish I could have been of more help.