Skip to content

Instantly share code, notes, and snippets.

@S2
Created December 6, 2012 06:25
Show Gist options
  • Save S2/4222203 to your computer and use it in GitHub Desktop.
Save S2/4222203 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/perl
use 5.14.2;
use strict;
use warnings;
use utf8;
my @hoge = qw/aaa bbb ccc/;
say $_ for @hoge;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment