Help for this page

Select Code to Download


  1. or download this
    Table1, getTableID('DBO','Table2')
    
  2. or download this
    Table1, getTableID('DBO','Table2')
    
  3. 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
    }