
September 14th, 2004, 10:12 AM
|
|
Junior Member
|
|
Join Date: Sep 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
CGI Perl tokens HTML template help.
Hello everyone.
I am trying to set up 2 Perl scripts (.pl) and a Perl module (.pm).
The scripts ran fine on a previous web host service that had suexec installed.
I have modified the scripts for the new paths on the new hosting server, but I still can not get the scripts to run right.
I have checked file and directory permissions. The .pm and .pl files are chgmod 755. All .htm and html files are chgmod 644. All directories and subdirectories are chgmod 755.
More specifically, I am trying to modify template HTML by parsing for then replacing tokens with dynamic data then displaying the modified HTML.
Instead of replacing the tokens with desired strings, the tokens remain untouched.
I do not think the new host has suexec running. Do I need cgiwrap statements perhaps?
I read at another Perl/CGI site that the HTML templates need to be chgmod 700. Is this so?
Please send e-mail to
URL
if you want to see the code.
TIA.
Geishaslave
|