Re: Advice on how to approach character translation
- From: rvtol+news@xxxxxxxxxxxx (Dr.Ruud)
- Date: Sat, 26 Apr 2008 11:41:42 +0200
"Jenda Krynicky" schreef:
@signs = map quotemeta($_) @signs;
@signs = map quotemeta($_), @signs;
(there was a comma missing)
which you could even write as
@signs = map quotemeta, @signs;
--
Affijn, Ruud
"Gewoon is een tijger."
sub uniq {
my $prev;
map $_ eq ($prev || "") ? () : ($prev = $_), @_;
}
.
- Follow-Ups:
- Re: Advice on how to approach character translation
- From: J. Peng
- Re: Advice on how to approach character translation
- References:
- Advice on how to approach character translation
- From: R Chandrasekhar
- Re: Advice on how to approach character translation
- From: Jenda Krynicky
- Advice on how to approach character translation
- Prev by Date: I guess I don't understand modules
- Next by Date: Re: I guess I don't understand modules
- Previous by thread: Re: Advice on how to approach character translation
- Next by thread: Re: Advice on how to approach character translation
- Index(es):
Relevant Pages
|