The error says that "$by" is initialized. Presumably that means 'parse()' is not returning what the documentation says it should. Indeed, when I use Data::Dumper, it seems all I get is the key 'TEXT' and the value is simply the original string. Thanks.my $received=Mail::Field->new('Received',$string); my $parse_tree=$received->parse(); my $by=$parse_tree->{'by'}; print($by->{'domain'}."\n");
In reply to Mail::Field Help Needed by gw1500se
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |