Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    use warnings;
    ...
    
    print header(),
        escapeHTML($dig);
    
  2. or download this
    <div id="result" style="white-space:pre"></div>
    
  3. or download this
    # CGI change
    print header(),
        pre(escapeHTML($dig));
    # plus JS change
            $("#result").html(res);