Help for this page

Select Code to Download


  1. or download this
    if (join('', @htmlLines) !~ m/word-spacing:\s?[\d]+px/ig) {
    ... rest of the code ...
    
  2. or download this
    $/ = undef;
    $html_file = <INFILE>