Gossamer Forum
Home : Products : DBMan : Installation :

backup.pl

Quote Reply
backup.pl
Hi,
I am trying to install the backup.pl mod and while I have added the subroutine to the html.pl file, I am unable to figure out how to use the modification - the only directions are
###
### Below is the script to call the sub_routine. Change
### Change --- back_up1 --- to match the name of your
### sub_routine.
###
###############################################################
|; &html_back_up1; print qq|
#################################################
###
### THE END
###
###############################################
but when I insert the line above I get an internal order and the program doesn't work.
thank you for any help.
Edith Lynch

DelWeb Advertising Limited
Quote Reply
Re: backup.pl In reply to
Do you mean "internal server error", not "internal order"???

Anyway...check the syntax of the file...

Code:

perl -c /cgi-bin/dbman/html.pl


via telnet.

Regards,

Eliot Lee
Quote Reply
Re: backup.pl In reply to
Yes that is what I mean.
Thanks,
Edith

DelWeb Advertising Limited