NAME

Hub::Data::Archive -

Part of the Hub Library

Top


SYNOPSIS

Top


DESCRIPTION

Top


METHODS

carch larch xarch
carch
 Usage: carch FILE, DIR, LIST

Create archive

Where:

  FILE            absolute path to the archive
  DIR             perform in this directory
  LIST            array reference of filenames (relative to DIR or absolute)

larch
 Usage: larch FILE

List archive

Where:

  FILE            absolute path to the archive

xarch
 Usage: xarch FILE, DIR

Extract archive

Where:

  FILE            absolute path to the archive
  DIR             perform in this directory

Top


INTERNAL

_perform
_perform
 Usage: _perform ACTION, FILE, DIR, [MORE]

Perform Archive::Tar class method events.

Where:

  ACTION          extract|create|list
  FILE            absolute path to the archive
  DIR             perform in this directory
  MORE            for creating archives, this is an array reference

Top


AUTHOR

Ryan Gies

Top


COPYRIGHT

Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.

Copyright (c) 2000-2005 Ryan Gies. All rights reserved.

Top


UPDATED

This file created by on at

Top