in reply to Only joining elements of an array that are defined

$Command = join(" ", grep { defined } ('EXEC',$PROC), join(', ', grep { defined } @CHOICE[1 .. $elements_in_array])) . '';

All dogma is stupid.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.