home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


8.33 Config

Used to access configuration information. When Perl is built, the Configure script obtains and saves this information in a hash, %Config , in Config.pm itself. Config checks to be sure it's running with the same Perl version as the one that created the hash.

The index into the hash is the shell variable name. %Config is always exported; the following three functions are exported on request:


Previous: 8.32 Class::Struct Perl in a Nutshell Next: 8.34 constant
8.32 Class::Struct Book Index 8.34 constant

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.