Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    # save index into file
    store \@index, "$mbox.idx";
    
  2. or download this
    use strict;
    use warnings;
    ...
        $mb->set_pos($index->[$num][1]);
        print $mb->next_message_old;
    }