Help for this page

Select Code to Download


  1. or download this
    Can't modify scalar safe chop in scalar assignment...
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    my $latin = Text::Bastardize->new();
    $latin->charge($line);
    print $latin->pig(),"\n";