Hi all, 

Say, I have an input $x = "ABCDEF";
and I will try to remove $x from a string, 
what can I do ?

Is there something like :

$x =~ s/$x//g; 

Rgds, 
Connie

Reply via email to