Help for this page

Select Code to Download


  1. or download this
    test.txt foo bar baz
    texty_as_all_beat_hell.tst foo bar baz
    ffoo.txt test bar baz
    1140904.txt bar baz bat
    
  2. or download this
    1140904a.txt foo bar baz
    texty_as_all_beat_hell.tst foo bar baz
    ffoo.txt test bar baz
    baz.test bar blivitz
    
  3. or download this
    #!/usr/bin/perl
    use 5.018;
    use strict;     # LET PERL HELP YOU (id typos, etc) 
    ...
            say "\t Content of $Fname1 and $Fname2 does not match.\n";
        }
    }
    
  4. or download this
             Content of $fileONE[$0] and $fileTWO[$0] does not match.
    
    Exclude because it's a match: |--> texty_as_all_beat_hell.tst <--|
    ...
    Exclude because it's a match: |--> ffoo.txt <--|
    
             Content of $fileONE[$3] and $fileTWO[$3] does not match.