Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "$diff_str1\n$diff_str2\n";
    
  2. or download this
    Perlmonks is the best [perl] [community]
    Perlmonks is <one> <of> the best [community] <of> [perl] <users>
    
  3. or download this
    $str1 = 'Perlmonks is the best perl perl community';
    $str2 = 'Perlmonks is one of the best community of perl users';
    ---------
    Perlmonks is the best [perl] <perl> [community]
    Perlmonks is <one> <of> the best [community] <of> [perl] <users>