- or download this
if ( $name =~ /^\[/ && ! $val ) {
- or download this
sub StageDirections {
return "[ " . RandomElement( \@Names ) . " " . RandomElement( \@Ac
+tions ) . ". ]\n";
}
- or download this
my %stage_direction_delimiter = (
left => '[',
right => ']'
);