Help for this page

Select Code to Download


  1. or download this
    # STANDARD This is some text that describes
    function seventhdoesnotgetenoughsleep
    
  2. or download this
    my %funcs;
    my $comment;
    ...
    print "<tr><td> $_ </td><td> $funcs{$_} </td></tr>\n" for ( sort keys 
    +%funcs );
    
    print "</table> blah blah blah </HTML>\n";