Help for this page

Select Code to Download


  1. or download this
     
    $str="meth";
    $obj->$str();
    
  2. or download this
      DB<104> sub meth { 
               $self=shift @_; 
    ...
    
      DB<108> $obj->$str("bla")
    calling obj->meth(bla)