Help for this page

Select Code to Download


  1. or download this
    <img src="http://yourdomain.com/setcookie.cgi" alt="" />
  2. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
    print $cgi->redirect( -cookie=>$cookie,
                          -uri   =>'http://yourdomain.com/someimage.png');