Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        
        print "<script>window.location.href = 'index.pl';</script>";
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    my $s = CGI::Session->new($token);
    print $s->param("user_id");