Brian Raven sig file says:
> It's, uh, pseudo code. Yeah, that's the ticket...
> [...]
> And "unicode" is pseudo code for $encoding. :-)
> -- Larry Wall in
> <[EMAIL PROTECTED]>˽ã®YXX´÷z¹Ëz»rØy+µçm§ÿåË
> lz»Àrدy+Zµç(ùYùb²Ø§~Úrدz«
How can I get that article? I'v
Lange wrote:
> $var="ôinit1õDresden,ômõ Gewerbeg. Kesselsdorf";
>
> After a
>
> $var=~s/(\xf4.*?\xf5)//g;
>
> it´s supposed to keep the following:
>
> "Dresden, Gewerbeg. Kesselsdorf"
>
>
>
> With my old version (v5.005_3 build 517) it worked without
> any complications.
>
> with the new