Search Results

Search: Posts Made By: spl
2,133
Posted By spl
#!/usr/bin/perl print "Enter file1 (with path):...
#!/usr/bin/perl
print "Enter file1 (with path): "; my $file1 = <stdin>;
print "Enter file2 (with path): "; my $file2 = <stdin>;
print "Enter record delimiter : "; my $delim = <stdin>;
print...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy