- or download this
use strict;
use warnings;
...
ul(li[map qq|$_ => "$ENV{$_}"|,keys %ENV]),
end_html,
;
- or download this
use strict;
use warnings;
...
</ul>
</body>
</html>
- or download this
# look ma, no slashes!
print qq|${var} = "${val}"\n|;
print q|<body bgcolor="#c0c0c0">\n|;