Help for this page

Select Code to Download


  1. or download this
    
    my $l = new z;
    ...
       return "were requested xxx4: $param \n";
       };
    
  2. or download this
    eval ("print \$l->$str$str1(\$str2)");
    
  3. or download this
    
    $method = $fast ? "findfirst" : "findbest";
    $fred->$method(@args);          # call by name
    
  4. or download this
    
    my $method = $str.$str1;
    print $l->$method($str2);