thanks for replies, i have number of fields which has similar values. so i wanted it to work this way. However Corion's tips was usefull and workable. while doing experiment i found a way. In mySQL table i have modified the value from $ENV{INP_DIR} to "$ENV{INP_DIR}"
double quotes included in value itself and it worked.