in reply to Re: regular expression to get the tablename.column_name
in thread regular expression to get the tablename.column_name
compli errorperl -nle "/TABLE;(.*)/?($t=$1):/COLUMN;([^;]*)/&&print(qq{$t.$1})" fi +le1.txt
syntax error at -e line 1, near "(=" Execution of -e aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regular expression to get the tablename.column_name
by chargrill (Parson) on Oct 18, 2006 at 04:08 UTC |