Comment Re:How about this (Score 1, Troll) 452
I get:
$ perl -ne "s/([a-z])([A-Z])/$1 $2/g; tr/A-Za-z/ /c; foreach (split) { print qq{$_\n} unless $seen{lc $_}++ }" somefile.h
Can't modify single ref constructor in postincrement (++) at -e line 1, near "}++"
Execution of -e aborted due to compilation errors.
Running Perl 5.8.6