- or download this
# Strip the mbox and id, assuming the file contains mbox:id
my($mbox,$id)=split(',',$_);
- or download this
use File::Slurp qw(read_dir);
...
use Data::Dumper;
- or download this
use constant
{
...
VOL => '/home/folder/', # TOP Level volume directory
DEBUG => 1,
};