Help for this page

Select Code to Download


  1. or download this
    <table>
      <tr>
        <td>Foo</td>
      </tr>
    </table>
    
  2. or download this
    use 5.010;
    use PerlX::MethodCallWithBlock;
    ...
        -> map { $_->textContent };
    
    say $headings[0];