archieg has asked for the wisdom of the Perl Monks concerning the following question:
if(check_dup_rec("$APPHOME/DATA/lookup/lookup_file.txt","$actv_id,$ite +ration_id,$wave_id")) { print "\nTo ABORT press CTRL+C or Press ENTER key to Continue.. +."; chomp($key = <STDIN>); } check_dup_rec("$APPHOME/DATA/lookup/lookup_file.txt","$actv_id,$iter +ation_id,$wave_id");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: lookup/duplicate check in perl
by NetWallah (Canon) on Sep 14, 2015 at 02:52 UTC | |
|
Re: lookup/duplicate check in perl
by Athanasius (Archbishop) on Sep 14, 2015 at 06:24 UTC | |
|
Re: lookup/duplicate check in perl
by AnomalousMonk (Archbishop) on Sep 13, 2015 at 22:57 UTC |