in reply to Reverse Function
my @array = map { s/oldpage/newpage/g; $_ } <DATA>; print reverse @array; __DATA__ title oldpage oldpage htm tab aaaaa
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (jeffa) Re: Reverse Function
by screamingeagle (Curate) on Jun 29, 2002 at 03:33 UTC | |
by Kanji (Parson) on Jun 29, 2002 at 09:01 UTC | |
| |
Re: (jeffa) Re: Reverse Function
by thunders (Priest) on Jun 29, 2002 at 03:37 UTC |