
Archive::Par - use & manipulate par files

use Archive::Par qw( $PACKAGE $VERSION );






Create & return a new thing.


$self->checked
None
List of files known by par, by their names as par believes they should be.
$self->checked
None
List of files known by par, by their names as found on the filesystem. Files not found are not included in the list. File names are prefixed by the directory portion of the par filename, so -e should work.
$self->checked
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
Whether this file name is known by par.
$self->file_known($fn)
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
Whether this file name is found by par.
$self->file_known($fn)
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
Whether this file name is thought by par to be restorable.
$self->file_known($fn)
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
The name this file has apparently moved to as per par; undef if the file has not moved.
$self->file_known($fn)
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
Whether this file name is thought by par to be in tip-top condition.
$self->file_known($fn)
Name of file to look up. This is the name as expected by par, not any suitable substitute found by par.
Whether this file name is thought by par to be corrupt
! $self->file_ok($fn)
Whether the file may be regenerated somehow
$self->checked ! $self->ok
None
true if the files can be recovered, false if not
Convenience method for returning status of files in par.
$self->checked
None
True if there are no fixes for par to make.

$self->recoverable
Optional If true, remove (corrupt) old files created by the restore.



Email the author.

Martyn J. Pearce fluffy@cpan.org

Copyright (c) 2002 Martyn J. Pearce. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
