Help for this page

Select Code to Download


  1. or download this
    <p class="code"></p><div class="codeblock"><tt class="codetext">my $me
    +ssage="Hello world\n";<br>
    print $message;<br>
    </tt></div> <!-- </p> should be here, not before opening <div> -->
    
  2. or download this
    p.code { display: none }
    div.codeblock {
        display: block;
    ...
        color: #069;
        padding: 1em;
    }