Re: one liner for for and if
[email protected] ("Yitzchok Good")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
if ("$_" eq q/three/) {print "$_\n" for @array last};
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
if ("$_" eq q/three/) {print "$_\n" for @array last};