in reply to Re^3: Effective way in perl
in thread Effective way in perl

Hi graff, The below code is not working. next unless ( /$rel_string/ and /$i/ and /AR/ ); If i give only next unless ( /$rel_string/ ), it works fine.