in reply to Re^2: regular expression to get the tablename.column_namein thread regular expression to get the tablename.column_name
perl -nle "/TABLE;(.*)/?($t=$1):/;(.*);/&&print qq($t.$1)" o33.txt [download]