Help for this page

Select Code to Download


  1. or download this
    map{/([^:]*?)(\s*\n|\s*:)/&&$1}@list;
    
    ...
    
    map{/([^:]*?)\s*(\n|:)/&&$1}@list;
    
  2. or download this
    __DATA__
    123 : oain:b:okfbd
    ...
    456
    foo bar    : df a dsaf asdf
    111 :
    
  3. or download this
    map{(split/\s*(:|\n|$)/)[0]}@list;