GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Config::AST::Root(3) User Contributed Perl Documentation Config::AST::Root(3)

Config::AST::Root - root of the abstract syntax tree

An auxiliary class representing the root of the abstract syntax tree. It is necessary because the tree itself forms a circular structure (due to the root attribute of Config::AST::Node::Section). Without this intermediate class (if root pointed to Config::AST itself), the structure would have never been destroyed, because each element would remain referenced at least once.

$ci is one to enable case-insensitive keyword lookup, and 0 otherwise.

Converts the string $name to a form suitable for lookups, in accordance with the _ci attribute.

Destroys the underlying syntax tree.

Returns the root node of the tree, initializing it if necessary.

Returns true if the tree is empty.

Config::AST.
2019-08-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.