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