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