Skip to Content
Advanced Perl Programming: From Advanced to Expert
book

Advanced Perl Programming: From Advanced to Expert

by William Bo Rothwell
May 2020
Intermediate to advanced content levelIntermediate to advanced
296 pages
4h 11m
English
Apress
Content preview from Advanced Perl Programming: From Advanced to Expert
© William "Bo" Rothwell of One Course Source, Inc. 2020
W. ". RothwellAdvanced Perl Programminghttps://doi.org/10.1007/978-1-4842-5863-7_5

5. Typeglobs

William “Bo” Rothwell1 
(1)
El Cajon, CA, USA
 

In order to understand globs, it’s best to first understand what a symbolic table is. This will also help you understand packages and namespaces which are discussed in Chapter 7.

Perl uses symbolic tables to keep track of identifiers. An identifier is a name that is used by Perl to name items like variables, filehandles, and subroutines.

The symbolic table is basically a hash with a key for each identifier. Symbolic tables are stored in namespaces, which are also often called packages. By default, the symbolic table will store all of the identifiers for the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Perl Programming

Advanced Perl Programming

Sriram Srinivasan
Mastering Perl

Mastering Perl

brian d foy

Publisher Resources

ISBN: 9781484258637Purchase LinkPublisher Website