Help for this page

Select Code to Download


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