- or download this
use strict;
use warnings;
use CGI qw/:html2 -noxhtml/;
- or download this
sub linkstyle(){
...
-media => 'all'
}
};
- or download this
print $q->start_html(
-head=>[
comment('[if lte IE 6]>'."\n".&linkstyle.'<![endif]')
]
);
- or download this
#! /usr/bin/perl
...
$q->end_html;
exit 0;
- or download this
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
...
</body>
</html>