Help for this page

Select Code to Download


  1. or download this
          print start_html(
            -head => meta( {
              -http_equiv => 'Content-Type',
              -content    => 'text/html',
            } ),
          );
    
  2. or download this
    $ perl -MCGI=foo -le 'print foo({-bar => "baz"})'
    <FOO BAR="baz">