ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/UUlib.pm
(Generate patch)

Comparing Convert-UUlib/UUlib.pm (file contents):
Revision 1.17 by root, Mon Nov 24 16:10:22 2003 UTC vs.
Revision 1.18 by root, Sun Feb 1 18:49:59 2004 UTC

3use Carp; 3use Carp;
4 4
5require Exporter; 5require Exporter;
6require DynaLoader; 6require DynaLoader;
7 7
8$VERSION = "1.0"; 8$VERSION = "1.01";
9 9
10@ISA = qw(Exporter DynaLoader); 10@ISA = qw(Exporter DynaLoader);
11 11
12@_consts = qw( 12@_consts = qw(
13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING 13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING
261 261
262=item ($retval, $count) = LoadFile $fname, [$id, [$delflag, [$partno]]] 262=item ($retval, $count) = LoadFile $fname, [$id, [$delflag, [$partno]]]
263 263
264Load the given file and scan it for encoded contents. Optionally tag it 264Load the given file and scan it for encoded contents. Optionally tag it
265with the given id, and if C<$delflag> is true, delete the file after it 265with the given id, and if C<$delflag> is true, delete the file after it
266is no longer necessary. If you are certain of the part number, you cna 266is no longer necessary. If you are certain of the part number, you can
267specify it as the lat argument. 267specify it as the last argument.
268 268
269A better (usually faster) way of doing this is using the C<SetFNameFilter> 269A better (usually faster) way of doing this is using the C<SetFNameFilter>
270functionality. 270functionality.
271 271
272=item $retval = Smerge $pass 272=item $retval = Smerge $pass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines