Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    print "Content-Type: text/event-stream\n\n";
    ...
      $num++;
      print "data: $num\n\n";
    }
    
  2. or download this
    <!DOCTYPE HTML>
    <html>
    ...
    </div>
    </body>
    </html>