Help for this page
s/ñ/\xf1/;
#!/usr/bin/perl -w use strict; # you were using strict, weren't you? ;-) ... for (@L) { print MAIL decode $_; }