Help for this page

Select Code to Download


  1. or download this
    <table>
    <tr><td>a</td><td>b</td><td>c</td><td>d</td><td>e</td><td>f</td></tr>
    <tbody>
    ...
    </tbody>
    </table>
    
  2. or download this
    #!/usr/bin/env perl
    use 5.16.0;
    use utf8;
    ...
    say "$out_string";
    
    $
    
  3. or download this
    ------------string inserted
    "<table>\n<tr><td>a</td><td>b</td><td>c</td><td>d</td><td>e</td><td>f<
    +/td></tr>\n<tbody>\n<tr><td>a</td><td>q</td><td>c</td><td>d</td><td>e
    +</td><td>f</td></tr>\n<tr><td>a</td><td>b</td><td>c</td><td>d</td><td
    +>e</td><td>&#x2588;</td></tr>\n<tr><td>&#x2588;</td><td>b</td><td>c</
    +td><td>d</td><td>e</td><td>f</td></tr>\n</tbody>\n</table>\n"
    ------------string to be inserted ^^^
    Can't use string ("<table>
    <tr><td>a</td><td>b</td>"...) as a SCALAR ref while "strict refs" in u
    +se at template_stuff/html9.pm line 150.
    $
    
  4. or download this
    say "------------string inserted";
      use Text::Table::HTML;
      use Data::Dump;
    ...
      say "------------string to be inserted ^^^";
    
      print $fh $$string;