Help for this page

Select Code to Download


  1. or download this
    my@r;@l=grep c$_?!push@r,$_:1,@l;
  2. or download this
    my@r;@l=grep!(c$_&&push@r,$_),@l;
  3. or download this
    my@r;@l=grep{!c$_||!push@r,$_}@l;