Robert Kiesling > Tk-Browser > Browser::LibSymbolref.pm

Download:
Tk-Browser-0.82b.tar.gz

Annotate this POD

View/Report Bugs
Source  

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.3 2004/02/14 22:19:06 kiesling 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).

syntax highlighting: