A2E::Subdoks
This describes version B<0.1.0> of A2E::Subdoks.
use base 'A2E::MLHT', 'A2E::Subdoks', 'A2E::Mbox2dok';
my $p = new_ready A2E::MLHT;
$p->add_subdoks($dok, $pwd);
Write metadata that come with presence of subordinate documents, such as a '@subdoks' or '@grpdoks' file, and make corresponding entries in the database.
mixin library, does not invoke the constructor of its base library.
A2E::Dokfs(3)
A2E::Mktdir(3)
add extra documents to an array reference such as $m->{subdoks} or $m->{grpdoks}
add extra documents to the end of present group/directory by writing database records according to the predetermined syntax.
Like db_doks_push but add the documents to the beginning.
args 1 and 2 are array references.
return the elements that are contained only in array 2 but not array 1.
Find position in list of lines in a text file where to insert the new document id.
If we push ($m->{konfig}->pushdok set), we must insert at the end, otherwise at the beginning.
In either case we must skip over possible comment lines.
parse file, return a reference to the lines and one to the doks found therein
Used in A2E::Mktdir