Help for this page

Select Code to Download


  1. or download this
      DB<136> @list= ("a".."c","DBIC","A".."C","DANCER","a".."c")
     => ("a", "b", "c", "DBIC", "A", "B", "C", "DANCER", "a", "b", "c")
    ...
     
      DB<140> grep { /DBIC/.. /DANCER/ and ! //  } @list 
     => ()