Help for this page

Select Code to Download


  1. or download this
      DB<181> package Test; sub AUTOLOAD { $AUTOLOAD,\@_ }
    
    ...
     
      DB<185> bar(1,2,3)
     => ("Test::bar", [1, 2, 3])
    
  2. or download this
      DB<186> *foo=*Test::foo
     
      DB<187> foo(1,2,3)
    Undefined subroutine &Test::foo called at (eval 206)[multi_perl5db.pl:
    +644] line 2.