We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use 5.010; use Data::Dumper; use YAML::XS; use IO::File; my $fh = IO::File->new("< dist.ini"); my $dump = YAML::XS::Dump($fh); say $dump; my $load = YAML::XS::Load($dump); say Dumper $load; __END__ --- &1 !!perl/ref =: *1 $VAR1 = \$VAR1;
Somehow the glob gets completely lost and it is dumped as a cyclic reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Somehow the glob gets completely lost and it is dumped as a cyclic reference.
The text was updated successfully, but these errors were encountered: