Help for this page

Select Code to Download


  1. or download this
    print qr(\s+execution\s+time\s+\(\s+millis\s+\)\s+\:\s+);
    
    __output__
    
    (?-xism:\s+execution\s+time\s+(\s+millis\s+)\s+:\s+)
    
  2. or download this
    print join ' ', map { chomp; (split)[-1] } grep /\s+\d+$/, <DATA>;
    print " Done!\n"