Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
hey guys.... i want to compare two files (line by line) and store same in both files ... my version of coparison use warnings; use strict; # define variables my $file1 = "./file1"; my $file2 = "./file2"; my $res_file = "./result"; my $f1_linNum = 0; my $f2_linNum = 0; my …
The End.
cod3r