texql.pl "--m=/^(\([^:]+):(\\w+)/" < debuglog.txt cat some_random_file | texql.pl -s /:/ select c0 from t where c1 = 0 texql.pl --t=another_table -m /^(\\w+)+/ < all_names.txt texql.pl 'select distinct(c1) from another_table' > distinct_name.txt