in reply to Re: diff vs diff -y
in thread diff vs diff -y
That's a lot for me to learn in this code ! It's definitely useful as a newbie like me !
I love Perl more now !I would like to know why is readfile sub is used for ?
Why can't just use declaration in below?Since it's receiving input this way, I would like to ask,my $LFName = shift // die "Expected two file names!"; my @lfile = readfile($LFName); my $RFName = shift // die "Expected *TWO* file names!"; my @rfile = readfile($RFName);
what is it's for remote files in remote server ?
Will it be any difference ? Still using the same to readfile() ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: diff vs diff -y
by roboticus (Chancellor) on Oct 22, 2018 at 23:25 UTC |