- or download this
Table1, getTableID('DBO','Table2')
- or download this
Table1, getTableID('DBO','Table2')
- or download this
sub getTableID($$) {return 100;}
...
## This prints getTableID('DBO','Table2')
## I want it to actually execute the sub and print return ## value 100
}