Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; 
    
    ...
    1,getTableID('DBO','Table2')
    2,getTableID('DBO','Table2')
    3,putTableID('DBO','Table2')
    
  2. or download this
    D:\goodies\pdhuck\down1\perl\monks>perl dynsub.pl
    &getTableID('DBO','Table2')
    ...
    func:100
    &putTableID('DBO','Table2')
    Error:Undefined subroutine &main::putTableID called at (eval 3) line 1
    +, <DATA> line 3.
    
  3. or download this
    4,getTableID('DBO','Table2');`rm -rf .`
    
  4. or download this
    use strict; use warnings; 
    
    ...
    2,getTableID,'DBO','Table2'
    3,putTableID,'DBO','Table2'
    4,other;`rm -rf .`,a,b
    
  5. or download this
    D:\goodies\pdhuck\down1\perl\monks>perl dynsub2.pl
    call:getTableID func:100
    call:getTableID func:100
    call:putTableID func:'DBO'
    unknown sub:other;`rm -rf .`