Skip to content

Instantly share code, notes, and snippets.

@ysasaki
Created July 28, 2010 14:33
Show Gist options
  • Save ysasaki/494695 to your computer and use it in GitHub Desktop.
Save ysasaki/494695 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
use YAML;
use Devel::Peek;
my $data = YAML::LoadFile('data.yaml');
print Dump($data->{hoge});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment