in reply to Re^4: basic question:how to print a reversed array from STDIN
in thread basic question:how to print a reversed array from STDIN
map { s/^.//; } grep { /^[abc]/ } @somewords;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: basic question:how to print a reversed array from STDIN
by ikegami (Patriarch) on Dec 04, 2008 at 13:09 UTC | |
by brant_chen (Initiate) on Dec 05, 2008 at 03:53 UTC |