Help for this page

Select Code to Download


  1. or download this
    my $method = "do_something";
    $object->$method if $object->can($method);
    
  2. or download this
    $object->"do_$something";