Hi I would like to use grep on an array to remove rows from an array. If I hard code a variable it works. The regex works on its own but I can't put the two together.
@first25 = grep{$_->[1] eq (/^MA\d+/)} @all; Help appreciated Regards CCJ
Hi I would like to use grep on an array to remove rows from an array. If I hard code a variable it works. The regex works on its own but I can't put the two together.
@first25 = grep{$_->[1] eq (/^MA\d+/)} @all; Help appreciated Regards CCJ