NAME
Symbol::Callable - Probing callable entries in symbol table
SYNOPSIS
use Symbol::Callable;
@sub_names = probesym('main');
DESCRIPTION
This module exports a utility to list existent subroutines in a package.
probesym('main');
It returns an array or a reference to an array of existent subroutines in a package. If no package's name is given, main
is assumed.
COPYRIGHT
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.