Help for this page
my $function = sub { ... }; ... ... } }
my $getDiceRoll = sub { return int(rand() * 6) + 1; ... return $roll; } }