in reply to Re^2: brian's Guide to Solving Any Perl Problem
in thread brian's Guide to Solving Any Perl Problem

Could someone explain what exactly does it do?
tr/glrind/wi/d
Thanks.

Replies are listed 'Best First'.
Re^4: brian's Guide to Solving Any Perl Problem
by choroba (Cardinal) on Apr 02, 2015 at 22:12 UTC
    It replaces g with w and l with i, and deletes the characters rind. Therefore,
    girlfriend w--if--e--
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
Re^4: brian's Guide to Solving Any Perl Problem
by Athanasius (Archbishop) on Apr 03, 2015 at 03:12 UTC