use Audio::TagLib; $proto = 'Audio::TagLib::ID3v2::Frame'; foreach $method (qw{toString}) { $return = $proto->can($method); print "$method: ", defined $return ? 'ok' : 'not ok', "\n"; }