Help for this page
use strict; use warnings; ... my $msg = Mail::Message->read(\*STDIN); print $_->format for $msg->to;