in reply to Re: Counting Array in an Array of HoA
in thread Counting Array in an Array of HoA
my $test = join('.*?',@$arref); $string =~ $test # this is the first time # I see "=~" used in non-regex context # what's the purpose?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Counting Array in an Array of HoA
by omega_monk (Scribe) on May 09, 2005 at 16:03 UTC |