NAME
File::SimpleDiff - Perl extension for finding [uniq/intersection/difference] of lines among two files
SYNOPSIS
use File::SimpleDiff;
my @file = union('or','file1.txt','file2.txt');
use File::SimpleDiff;
my @file = diff('diff','file1.txt','file2.txt');
use File::SimpleDiff;
my @file = Intrsection('and','file1.txt','file2.txt');
DESCRIPTION
File::SimpleDiff utility or module is very usefull for finding the lines of uniq/difference/intersection of two files, and using this approach, able to find the fastest solutions of three functionalities [uniq/diff/and] for two common files.
AUTHOR
K.Kaavannan, <kaavannaniisc@gmail.com>
BUGS
Here, <<kaavannanwayis@solution4u.com>>
COPYRIGHT AND LICENSE
Copyright (C) 2017 by kaavannan Karuppaiyah
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.22.2 or, at your option, any later version of Perl 5 you may have available.