Help for this page

Select Code to Download


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