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.53 by root, Sat Dec 12 02:03:14 2020 UTC vs.
Revision 1.54 by root, Sat Dec 12 10:48:39 2020 UTC

292if you want to iterate over all items, it is usually faster to use 292if you want to iterate over all items, it is usually faster to use
293C<GetFileList>. 293C<GetFileList>.
294 294
295=item @items = GetFileList 295=item @items = GetFileList
296 296
297Similar to C<GetFileListItem>, but returns all files in one go. 297Similar to C<GetFileListItem>, but returns all files in one go, which is
298very much faster for large number of items, and has no drawbacks when used
299for a small number of items.
298 300
299=back 301=back
300 302
301=head2 Decoding files 303=head2 Decoding files
302 304

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines