Search Results

1
vote

Most elegant, amusing or strange code one liners

I don't know why but it has always tickled me when I run across this. my @lines = map ( /:\s+(\S*)\s*$/, grep ( /Name/, <> ));"); …