YAML::PP - Include other YAML Files

use YAML::PP; use YAML::PP::Schema::Include; my $include = YAML::PP::Schema::Include->new; my $yp = YAML::PP->new( ['+', $include ] ); # still needed to make the include object aware # of the YAML::PP object $include->yp($yp);
Slide 78/88 BACK UP NEXT next: ( space / -> / page up ) | previous: ( backspace / <- / page down ) | next page: ( shift + page down ) | previous page: ( shift + page up ) | index: ( arrow-up )