my $cookies = Apache::Cookie->fetch(); my ($name, $value); # 'license_session' is the name of the cookie # I am looking for. if ($cookies->{license_session}) { $name = $cookies->{license_session}->name(); $value = $cookies->{license_session}->value(); } print "<h3>name = $name</h3>\n"; print "<h3>value = $value</h3>\n";
Neil Watson
watson-wilson.ca
In reply to Re: Help with Apache::Cookie
by neilwatson
in thread Help with Apache::Cookie
by neilwatson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |