if ( my $handler = "some::cool::${module}"->can("method") ) { $handler->( ... some arguments ... ) } else { ... }