DaniWeb Forum Index
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 1 of 1
Search took
0.01
seconds.
Search:
Posts Made By:
Sandi
Save these search results for 24 hours
Forum:
Perl
Apr 2nd, 2007
Replies:
2
comparision of two files
Views:
7,778
Posted By
Sandi
Re: comparision of two files
#!/usr/bin/perl:mrgreen:
use Algorithm::Diff qw(diff);
bag("Usage: $0 oldfile newfile") unless @ARGV == 2;
my ($file1, $file2) = @ARGV;
# -f $file1 or bag("$file1: not a regular file");...
Showing results 1 to 1 of 1
Latest Posts
Today's Posts
All Forums
Unanswered Threads
All Forums
Related Forum Features
DaniWeb News Stories
DaniWeb Code Snippets
DaniWeb Tutorials
DaniWeb Product Reviews
DaniWeb White Papers
Forum Search
About Us
|
Contact Us
|
Advertise
|
DaniWeb
|
Acceptable Use Policy
|
©2003 - 2009 DaniWeb® LLC