
davorg
Thaumaturge
/ Moderator
Jan 3, 2004, 10:02 AM
Views: 4290
|
|
Re: [Lark] server change causing error messages
|
|
|
$guestbook_file is the path to guestbook.html on your server. It is used in a call to "open", so it needs to be a file path, _not_ a URL. To get more information about the error, you could try adding the following to the program.
$|++; use CGI::Carp qw(fatalsToBrowser); Also, what happened when you ran it from the command line? -- Dave Cross, Perl Hacker, Trainer and Writer http://www.dave.org.uk/ Get more help at Perl Monks
(This post was edited by davorg on Jan 3, 2004, 10:04 AM)
|