- or download this
C:\test>p1
use threads;;
...
print \&t2::method;;
CODE(0x22afac)
- or download this
\&t2::method->( 1 .. 5 );;
[Undefined subroutine &t2::method called at (eval 13) line 1
- or download this
$o->method( 1 .. 5 );;
[Undefined subroutine &t2::method called at (eval 14) line 1