Last active
July 20, 2016 03:59
-
-
Save preaction/c15176e1e230aa35fcc0ff9c3ec700c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use feature qw( say ); | |
use Beam::Wire; | |
my $wire = Beam::Wire->new( file => 'config.yml' ); | |
say for @{ $wire->get( 'email' ) }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
email: | |
- [email protected] | |
- [email protected] | |
- [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment