in reply to Re: Howto strip 42 from comma separated list using s///
in thread Howto strip 42 from comma separated list using s///

That wouldn't work on a list containing just '42'. It will the string unmodified instead of ending up with the empty string.
Perl --((8:>*
  • Comment on Re^2: Howto strip 42 from comma separated list using s///