open(INPUTFILE,"<$conf_file") or die("unable to open text file"); foreach () { print "$_"; } close INPUTFILE ; print "Please choose a number from the list above: "; chop($input=); $input=trim($input); print "Your Choice was: $input \n"; $TEMP="$input:"; open(INPUTFILE,"<$conf_file") or die("unable to open text file for comparision"); foreach $line() { if($line =~ /$TEMP/) { print " exact match: $& \n" ; print " after match: $' \n" ; $svc = $'; print "ServiceL $svc \n"; } } close INPUTFILE ;