in reply to Re^3: Comparision Utility PERL
in thread Comparision Utility PERL
Of course as with any user input, your program should check that the files can be opened and the 2 columns "make sense".my ($file1,$file2,$col1fromfile1, $col2fromfile2) = @ARGV;
Write a simple program that gets 4 command line arguments and prints them. Let us know how it goes.
|
|---|