Iñaki Baz Castillo writes:
So it seems that load_gws(pvar) does an internal match
like:
if table_from_uri =~ /PVAR_VALUE/
IMHO it should do:
if table_from_uri =~ /^PVAR_VALUE$/
inaki,
i don't know if this answers your question, but from_uri is 'man
pcresyntax' regular expression, not a simple string.
-- juha