Next Tricks of the Wizards 80

Filter::Simple

        package Rot13;
        use Filter::Simple;
        FILTER {
          tr/A-Za-z/N-ZA-Mn-za-m/;
        };
        1;


Next Copyright © 2003 M. J. Dominus