Gossamer Forum
Home : Products : DBMan : Customization :

Cookie mod syntax problem

Quote Reply
Cookie mod syntax problem
I have searched for some stuff on this....
Using the C O O K I E M O D I get the following:-
Code:
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Unterminated <> operator at ./users_html.pl line 1436.
The section of the html.pl that it refers to is thus:-
Code:
sub html_login_form {
# --------------------------------------------------------
# The login screen.
<body bgcolor="#DDDDDD" text="#000000"|;
if ($print_get_cookies) { print qq~ OnLoad="GetCookies()"~; }
print qq|>|;
&cookie;
print qq|

$page_title = "Login";
&html_page_top;
Which is copied directly from the mod page. I've tried various changes to no avail (jeez I wish that Perl book would arrive now!)...Any clues????
Cheers,
Rob
Subject Author Views Date
Thread Cookie mod syntax problem rcrossland 1486 Apr 25, 2000, 9:10 PM
Post Re: Cookie mod syntax problem
benseb 1445 Apr 26, 2000, 11:09 AM
Post Re: Cookie mod syntax problem
JPDeni 1437 Apr 26, 2000, 9:51 PM
Post Re: Cookie mod syntax problem
rcrossland 1433 Apr 28, 2000, 5:51 AM