The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Compare files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Compare files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
26
(
permalink
)
03-14-2007
kharen11
Registered User
Join Date: Mar 2007
Location: Manila
Posts: 25
Quote:
Change the following line
from
Code:
if( $first_arr[$j] =~ $second_arr[$i] ) {
to
Code:
if( $first_arr[$j] eq $second_arr[$i] ) {
Perfect!
That works wonders!!!! Thank you so much for the BIG help
kharen11
View Public Profile
Find all posts by kharen11