Help for this page

Select Code to Download


  1. or download this
    my $cookie = $cg->cookie('id');
    if ( ! $cookie )
    {
      print $cgi->redirect("home.pl");
    }