Skip to content

Instantly share code, notes, and snippets.

@iguana
Created September 29, 2015 23:27
Show Gist options
  • Save iguana/f35dbf7413565eaf9184 to your computer and use it in GitHub Desktop.
Save iguana/f35dbf7413565eaf9184 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use YAML::Syck;
use Data::Dumper;
my $data = LoadFile($ARGV[0]);
print Dumper($data);
print "\n";
@iguana
Copy link
Author

iguana commented Sep 29, 2015

To run: perl yamldump.pl [yamlfile]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment