Help for this page

Select Code to Download


  1. or download this
    use strict; # forgot this in the original ;(
    outer_loop
    ...
      $headerElements[2] =~ s/[<>,]//g;
      ... # other checks and tests of the array content follow.
    }