Help for this page

Select Code to Download


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