Help for this page

Select Code to Download


  1. or download this
        s/\b42\b,?// && s/,$//;
    
  2. or download this
        join ",", grep {$_ != 42} split /,/, $string