The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

targz_collect

Collect messages stored as *.new files in directories in Targz format.

Usage

 targz_collect                  # all Targz directories in current directory

 targz_collect apache*          # all apache* Targz directories

 find perl* | targz_collect     # all Targz directories with perl* in it

NOTES

This script only collects messages in the Targz format without creating any XML for the messages. As such it is more an example than a really functional script as you would normally have XML and possibly a document sequence created as well.

AUTHOR

Elizabeth Mattijsen, <liz@dijkmat.nl>.

Please report bugs to <perlbugs@dijkmat.nl>.

COPYRIGHT

Copyright (c) 1995-2002 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://www.nextrieve.com and the NexTrieve::xxx modules.