gw1500se has asked for the wisdom of the Perl Monks concerning the following question:
I feed it a randomly selected email source and get this:#!/usr/bin/perl -w use strict; use Mail::Message; my $msg=Mail::Message->read(<STDIN>); my @from=$msg->from; print($#from,"\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mail::Message Problem
by f00li5h (Chaplain) on Nov 05, 2008 at 00:40 UTC | |
by gw1500se (Beadle) on Nov 05, 2008 at 00:47 UTC | |
by f00li5h (Chaplain) on Nov 05, 2008 at 00:50 UTC | |
|
Re: Mail::Message Problem
by kvale (Monsignor) on Nov 05, 2008 at 00:51 UTC |