- or download this
use strict; use warnings;
...
1,getTableID('DBO','Table2')
2,getTableID('DBO','Table2')
3,putTableID('DBO','Table2')
- 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.
- or download this
4,getTableID('DBO','Table2');`rm -rf .`
- or download this
use strict; use warnings;
...
2,getTableID,'DBO','Table2'
3,putTableID,'DBO','Table2'
4,other;`rm -rf .`,a,b
- 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 .`