in reply to Re: Deleting duplicate lines from file
in thread Deleting duplicate lines from file

I like this minimalistic bit of code :-) ... You win!

perl -pe'$_{$_}++and$_=$,'

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'