Help for this page

Select Code to Download


  1. or download this
    # File IsHTMLEmpty.pm:
    package IsHTMLEmpty;
    ...
    }
    1;
    __END__
    
  2. or download this
    #!/usr/bin/perl
    # File test:
    ...
    print "Ok.\n"
      if isHTMLEmpty './test.html';
    __END__
    
  3. or download this
    <html>
    <head> <title>Titles aren't considered content.</title>
    ...
    
    </body>
    </html>