Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Cookies error

Status
Not open for further replies.

Tve

Programmer
May 22, 2000
166
FR
Hi,

I am new at ASP, but familiar with perl. I am trying to write a cookie, but it won't work.

I've spent hours looking for the problem, but I can't figure it out.

This are the two instructions:

# Create the cookie
#
$Response->Cookies->SetProperty('Item', 'Client', 'Preferences');

# Set the Background-subkey
#
$Response->Cookies('Client')->SetProperty('Item', 'Textcolor', 'White');


This is the error the webserver returns:

PerlScript Error error '80004005'

(in cleanup) Can't call method "SetProperty" on an undefined value

/intranet/test/index.asp, line 16


Can somebody help?

Thanks,

Thierry



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top