in reply to Re^4: Comparison between a string and an array
in thread Comparison between a string and an array
or to declare and assign :my $match; my $res;
But as I said earlier - I won't use "my" if it's just rough code (as it's not a Strict script - just example code)my $match=""; my $res="";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Comparison between a string and an array
by haukex (Archbishop) on Sep 27, 2016 at 10:03 UTC |