Skip to content

Instantly share code, notes, and snippets.

@pheisiph
Last active April 26, 2016 13:24
Show Gist options
  • Save pheisiph/2943fa1ca361776f701d to your computer and use it in GitHub Desktop.
Save pheisiph/2943fa1ca361776f701d to your computer and use it in GitHub Desktop.
key1: value1
key2:
- listitem1
- listitem2
use Rex -base;
use YAML;
use Data::Dumper;
desc 'read from yaml';
task 'readyaml', sub {
my $yaml_info = YAML::LoadFile('info_in.yml');
say Dumper($yaml_info);
};
@fr34k8
Copy link

fr34k8 commented Apr 26, 2016

yaml #yml #listitem #jfr

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