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
YAML::PP::Constructor(3) User Contributed Perl Documentation YAML::PP::Constructor(3)

YAML::PP::Constructor - Constructing data structure from parsing events

The Constructor constructor

    my $constructor = YAML::PP::Constructor->new(
        schema => $schema,
        cyclic_refs => $cyclic_refs,
    );
    
Resets any data being used during construction.

    $constructor->init;
    
These methods are called from YAML::PP::Parser:

    $constructor->document_start_event($event);
    
Helper for storing anchors during construction
Helper for storing resulting documents during construction
Helper for storing data during construction
Option for controlling the behaviour when finding circular references
Holds a YAML::PP::Schema object
When constructing a hash and getting a non-scalar key, this method is used to stringify the key.

It uses a terse Data::Dumper output. Other modules, like YAML::XS, use the default stringification, ARRAY(0x55617c0c7398) for example.

2025-02-09 perl v5.40.2

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.