Skip to content

Instantly share code, notes, and snippets.

@preaction
Last active July 20, 2016 03:59
Show Gist options
  • Save preaction/c15176e1e230aa35fcc0ff9c3ec700c5 to your computer and use it in GitHub Desktop.
Save preaction/c15176e1e230aa35fcc0ff9c3ec700c5 to your computer and use it in GitHub Desktop.
use feature qw( say );
use Beam::Wire;
my $wire = Beam::Wire->new( file => 'config.yml' );
say for @{ $wire->get( 'email' ) };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment