Help for this page

Select Code to Download


  1. or download this
    use CGI;
    use CGI::Session;
    
  2. or download this
      print $cgi->header(-cookie=>$tokcookie);
      print $cgi->redirect(
                 -location => $base_url,
                 -cookie => $cookie
    
  3. or download this
    <html>
    <head></head>
    <body>Status: 302 Found Set-Cookie: CGISESSID=5b74d67873211375e3aef2ed
    +004bd22d; path=/; expires=Sat, 22-Aug-2015 03:04:12 GMT Date: Sat, 22
    + Aug 2015 02:34:12 GMT Location: https://gateway.onsoftarchpayments.c
    +om/cgi-bin/np.pl </body>
    </html>