NAME

Xerarch - Introspection

VERSION

Version 0.03

SYNOPSIS

package My::Package;

use Xerarch;

...

1;

my $pkg = My::Package->new();

$pkg->xerarch();

$pkg->xerarch_methods();
$pkg->xerarch_scalars();
$pkg->xerarch_arrays();
$pkg->xerarch_hashes();
$pkg->xerarch_globs();    	

EXPORT

xerarch

List all methods, scalars, arrays, hashes and globs defined in the package.

My::Package::xerarch();

xerarch_methods

List all methods defined in the package.

My::Package::xerarch_methods();

xerarch_scalars

List all scalars defined in the package.

My::Package::xerarch_scalars();

xerarch_arrays

List all arrays defined in the package.

My::Package::xerarch_arrays();

xerarch_hashes

List all hashes defined in the package.

My::Package::xerarch_hashes();

xerarch_globs

List all globs for the package.

My::Package::xerarch_globs();

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-xerarch at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Xerarch. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Xerarch

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by LNATION.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)