NAME
Browser::LibSymbolref.pm -- Manage tied references to symbol table hash
entries.
SYNOPSIS
use Browser::LibModule;
use Browser::LibModuleSymbol;
use Browser::LibSymbolRef;
if( defined ($val = ${*{"$pkg"}}{$packagekey} ) ) {
$obj = tie $val, 'Lib::SymbolRef', $packagekey;
}
DESCRIPTION
Provides tied symbol table objects for Tk::Browser.
REVISION
$Id: LibSymbolRef.pm,v 1.1.1.1 2015/04/18 18:43:42 rkiesling Exp $
COPYRIGHT
Copyright © 2001-2004 Robert Kiesling, rkies@cpan.org.
Licensed using the same terms as Perl. Refer to the file, "Artistic," for information.
SEE ALSO
Browser::LibModule(3), Browser::LibModuleSymbol(3), Tk::Browser(3), perltie(1).
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 38:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252