Help for this page

Select Code to Download


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