Symbol::Global::Name man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

Symbol::Global::Name(3User Contributed Perl DocumentatiSymbol::Global::Name(3)

NAME
       Symbol::Global::Name - finds name and type of a global variable

SYNOPSIS
	   package My;
	   our $VERSION = '0.1';

	   use Symbol::Global::Name;
	   print Symbol::Global::Name->find( \$VERSION );

	   # prints '$My::VERSION'

DESCRIPTION
       Lookups symbol table to find an element by reference.

METHODS
   find
	   Symbol::Global::Name->find( \$VERSION );
	   Symbol::Global::Name->find( \$VERSION, package => 'My::Package' );
	   Symbol::Global::Name->find( reference => \$VERSION );
	   Symbol::Global::Name->find( reference => \$VERSION, package => 'My::Package' );

       Takes a reference and optional package name. Returns name of the
       referenced variable as long as it's in the package or sub-package and
       it's a global variable. Returned name is prefixed with type sigil, eg.
       '$', '@', '%', '&' or '*'.

AUTHOR
       Ruslan Zakirov <ruz@bestpractical.com>

LICENSE
       Under the same terms as perl itself.

perl v5.18.2			  2013-07-03	       Symbol::Global::Name(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net