Help for this page

Select Code to Download


  1. or download this
    my @wtodays=
    'cOne cTwo   cThree 13 sec  cFour           
    ...
    {
    $table->addRow(split(/\s+/, "$_\n"));
    }
    
  2. or download this
    my @wtodays = (
    'cOne cTwo   cThree 13 sec  cFour'.           
    ...
    {
        # do whatever text processing you need on a single row
    }