
Paul
Enthusiast
Mar 1, 2002, 2:58 AM
Views: 3072
|
[perl] use CGI qw(:standard); my $times = cookie('Cookie_Name') || 0; $times > 5 ? redirect('some_url') : set_cookie(); [/perl] Im assuming you know how to set a cookie?
(This post was edited by RedRum on Mar 1, 2002, 2:59 AM)
|