- or download this
$const{mail_to} = $1 if $mail =~ m/To: (.*?)\n/s;
- or download this
($const{mail_to}) = $mail =~ m/To: (.*?)\n/s;
- or download this
use IO::File;
use File::Copy;
...
move( $file => $maildir.'parsed/'.$currentfile ) or unlink $file or
die "Error moving/deleting $file - $!\n";
}