Created
November 25, 2011 09:46
-
-
Save karupanerura/1393159 to your computer and use it in GitHub Desktop.
焼肉たべたい
This file contains 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
package karupanerura; | |
# is me! | |
package main; | |
use strict; | |
use warnings; | |
use Meat; | |
use Beef; | |
use Hormones; | |
use Grill; | |
use List::MoreUtils qw/shuffle/; | |
my @menu = qw/Meat Beef Hormones/; | |
until (karupanerura->is_full) { | |
my $namaniku = [suffle(@menu)]->[0]->new; | |
my $yakiniku = Grill->run(namaniku => $namaniku); | |
karupanerura->eat($yakiniku); | |
} | |
exit('yakiniku'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
29! 29!
patches wellcome!