suse man page for package::constants

Query: package::constants

OS: suse

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Package::Constants(3pm) 				 Perl Programmers Reference Guide				   Package::Constants(3pm)

NAME
Package::Constants - List all constants declared in a package
SYNOPSIS
use Package::Constants; ### list the names of all constants in a given package; @const = Package::Constants->list( __PACKAGE__ ); @const = Package::Constants->list( 'main' ); ### enable debugging output $Package::Constants::DEBUG = 1;
DESCRIPTION
"Package::Constants" lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated "@EXPORT/@EXPORT_OK" for a Constants.pm file.
CLASS METHODS
@const = Package::Constants->list( PACKAGE_NAME ); Lists the names of all the constants defined in the provided package.
GLOBAL VARIABLES
$Package::Constants::DEBUG When set to true, prints out debug information to STDERR about the package it is inspecting. Helps to identify issues when the results are not as you expect. Defaults to false.
BUG REPORTS
Please report bugs or other issues to <bug-package-constants@rt.cpan.org<gt>.
AUTHOR
This module by Jos Boumans <kane@cpan.org>.
COPYRIGHT
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself. perl v5.12.1 2010-04-26 Package::Constants(3pm)
Related Man Pages
locale::constants(3pm) - redhat
package::stash::xs5.18(3) - mojave
package::constants(3pm) - centos
package::constants5.18(3pm) - mojave
template::namespace::constants(3) - centos
Similar Topics in the Unix Linux Community
Paludis 0.34.3 (Default branch)
Canot find library on compile - fixing PKG_CONFIG_PATH isn't working
Read Table,View,Package,Function and Procedure Name in a File
Where are package contents stored for a file, or why aren't they visible w/o right clicking the file
List running services, corresponding package name and status.