Help for this page

Select Code to Download


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