in reply to Re: help with (what I consider) a strange problem
in thread help with (what I consider) a strange problem
Here's what your code should look like:
#!/usr/bin/perl -w use strict; use Text::Bastardize; chomp(my $line = <>); my $latin = Text::Bastardize->new(); $latin->charge($line); print $latin->pig(),"\n";
|
|---|