--- Convert-UUlib/UUlib.pm 2002/10/15 23:35:31 1.15 +++ Convert-UUlib/UUlib.pm 2003/11/06 13:33:40 1.16 @@ -5,7 +5,7 @@ require Exporter; require DynaLoader; -$VERSION = 0.31; +$VERSION = 1; @ISA = qw(Exporter DynaLoader); @@ -259,11 +259,15 @@ =over 4 -=item ($retval, $count) = LoadFile $fname, [$id, [$delflag]] +=item ($retval, $count) = LoadFile $fname, [$id, [$delflag, [$partno]]] Load the given file and scan it for encoded contents. Optionally tag it -with the given id, and if C<$delflag> is true, delete the file after it is -no longer necessary. +with the given id, and if C<$delflag> is true, delete the file after it +is no longer necessary. If you are certain of the part number, you cna +specify it as the lat argument. + +A better (usually faster) way of doing this is using the C +functionality. =item $retval = Smerge $pass