Help for this page

Select Code to Download


  1. or download this
    2023/02/24 14:36:45 [error] 1467#1467: *1180 upstream prematurely clos
    +ed connection while reading response header from upstream, client: 87
    +.122.231.239, server: digioso.tk, request: "GET /test.pl HTTP/2.0", u
    +pstream: "https://10.0.0.113:8443/test.pl", host: "digioso.tk"
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    Navi::print_navi();
    print "test";
    Navi::end_navi();
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $cgi->header (-type => 'text/html', -charset => 'UTF-8');
    print "test2";
    print $cgi->end_html;
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
    {
        print $cgi->end_html;
    }