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

YAML::PP::Common - Constants and common functions

    use YAML::PP::Common qw/
        YAML_ANY_SCALAR_STYLE YAML_PLAIN_SCALAR_STYLE
        YAML_SINGLE_QUOTED_SCALAR_STYLE YAML_DOUBLE_QUOTED_SCALAR_STYLE
        YAML_LITERAL_SCALAR_STYLE YAML_FOLDED_SCALAR_STYLE
    /;

event_to_test_suite
    my $string = YAML::PP::Common::event_to_test_suite($event_prom_parser);
    

For examples of the returned format look into this distributions's directory "yaml-test-suite" which is a copy of <https://github.com/yaml/yaml-test-suite>.

test_suite_to_event
    my $event = YAML::PP::Common::test_suite_to_event($str);
    

Turns an event string in test suite format into an event hashref. Not complete yet.

2021-12-25 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.