Help for this page

Select Code to Download


  1. or download this
    ## Substitute 2 or more horizontal white space with pipe
            s/[\h+]{2,}/|/g;
    
  2. or download this
    #!/usr/bin/perl
    local $/;
    ...
        # process each line
    }
    print $txt;