Help for this page

Select Code to Download


  1. or download this
      <div style="color:red">[% ... %]</div>
    
  2. or download this
      div( ... );
    
  3. or download this
    use HTML::HTML5::Builder qw[:standard];
    
    ...
        ul(map li($_), @things),
      ),
    );