home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2000 April
/
VPR0004A.BIN
/
OLS
/
HTMLLINT
/
htmllint.lzh
/
htmllint
< prev
next >
Wrap
Text File
|
1998-09-18
|
355b
|
17 lines
#!/usr/local/bin/perl
# Another HTML-lint ###########################################
use File::Basename;
push @INC => [&fileparse($0)]->[1];
# $add_options = '-noscore -pedantic etc...';
if ($add_options) {
require 'shellwords.pl';
unshift @ARGV => &shellwords($add_options);
}
require 'htmllint.pm';
&htmllint::HTMLlint(@ARGV);