On Sat, 25 Aug 2001, Maxim Berlin wrote:

> Hello Rory,
<snip>
> p.s. does anyone know, why i can not write "$a =~ s/$///g;" ?

You can. 

$a =~ s!$/!!g;

Perl just gets confused with the /'s, you have to use alternate
delimiters.

Chris


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to