Hi Pugdog,
I've just tried this and there is a hard coded line in your cgi file to posterlist.com that needs to be modified.
Links::init('/home/posters/posterlist.com/cgi-bin/admin');
However I got a page that was even worse with a duplicate description followed by isvalidated and time perl code then <br><BR>Content-type: text/html
I was just looking at this :
http://www.gossamer-threads.com/...i?post=203211#203211
and modified the line 70 :
print "The ID was found, the rec is ", %$rec, "<br><BR>";
to
print "The ID was found, the rec is ", $rec, "<br><BR>";
i don't get the description plus perl code anymore just my page beginning with :
Content-type: text/html
followed by what I wanted
I'll try the doctype thing !
John
Significant Media
I've just tried this and there is a hard coded line in your cgi file to posterlist.com that needs to be modified.
Links::init('/home/posters/posterlist.com/cgi-bin/admin');
However I got a page that was even worse with a duplicate description followed by isvalidated and time perl code then <br><BR>Content-type: text/html
I was just looking at this :
http://www.gossamer-threads.com/...i?post=203211#203211
and modified the line 70 :
print "The ID was found, the rec is ", %$rec, "<br><BR>";
to
print "The ID was found, the rec is ", $rec, "<br><BR>";
i don't get the description plus perl code anymore just my page beginning with :
Content-type: text/html
followed by what I wanted
I'll try the doctype thing !
John
Significant Media