in reply to Re^2: Mail::POP3Client Windows-1252 decoding
in thread Mail::POP3Client Windows-1252 decoding

True, but it's pretty easy to use a scalar variable as a file:
open(my $fh, ">", \my $text); $decoder->decode(\*DATA, $fh); print "decoded text = $text\n";