Perl Tutorials - Herong's Tutorial Examples - v6.02, by Herong Yang
Typeglob and Importing Identifiers from Other Packages
This chapter provides tutorial examples and notes about typeglob and importing identifiers from other packages. Topics include accessing typeglobs from package's symbolic table; defining alias for identifiers from other packages; using Exporter to export and import identifiers from other packages.
These sections are omitted from this Web preview version. To view the full content, see information on how to obtain the full version this book.
Typeglob, Symbolic Table and Identifier Aliases
Accessing Identifiers from Other Packages as Aliases
Exporting and Importing Package Identifiers
Takeaways:
Table of Contents
Data Types: Values and Variables
Expressions, Operations and Simple Statements
Name Spaces and Perl Module Files
Hard References - Addresses of Memory Objects
Objects (or References) and Classes (or Packages)
►Typeglob and Importing Identifiers from Other Packages
String Built-in Functions and Performance
File Handles and Data Input/Output
Open Directories and Read File Names
File System Functions and Operations
Socket Communication Over the Internet
XML::Simple Module - XML Parser and Generator
SOAP::Lite - SOAP Server-Client Communication Module
Perl Programs as IIS Server CGI Scripts
CGI (Common Gateway Interface)
XML-RPC - Remote Procedure Call with XML and HTTP
RPC::XML - Perl Implementation of XML-RPC
Integrating Perl with Apache Web Server
CGI.pm Module for Building Web Pages
LWP::UserAgent and Web Site Testing
Converting Perl Script to Executable Binary