in reply to Re: Unexpected output for given program with write function
in thread Unexpected output for given program with write function
asif ( $file_no1 eq 0 ) if ( $mkey eq $k ) if ($k eq $file_no1-1 ) if ( $count1 eq $count2 ) if ( $flag eq 1 )
? and how do i compare string if i want to, Thanks, Dipeshif ( $file_no1 == 0 ) if ( $mkey == $k ) if ($k == $file_no1-1 ) if ( $count1 == $count2 ) if ( $flag == 1 )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unexpected output for given program with write function
by jwkrahn (Abbot) on Jun 10, 2011 at 18:24 UTC |