in reply to Suggestion on rewriting small code
my @arr = (12341,1245125,1525125,125125125); my $str = join ' || ', map "job==$_", @arr; $str = qq{"$str"};
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Suggestion on rewriting small code
by Tux (Canon) on Aug 22, 2019 at 08:27 UTC | |
|
Re^2: Suggestion on rewriting small code
by Anonymous Monk on Aug 21, 2019 at 12:12 UTC | |
by rsFalse (Chaplain) on Aug 27, 2019 at 16:04 UTC |