The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

QWizard::Storage::File - Stores data in a file

SYNOPSIS

  my $st = new QWizard::Storage::File(file => '/path/to/some/file');
  $st->set('var', 'value');
  $st->get('var');

  # optionally bootstrap from an existing file:
  $st->load_data();

DESCRIPTION

Stores data passed to it in a file (and in memory for faster lookups).

Generally speaking this should *not* be used except when being copied to from another faster storage mechanism (like a QWizard::Storage::Memory object).

This module is actually a child class of QWizard::Storage::Memory.

AUTHOR

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

perl(1)

Net-Policy: http://net-policy.sourceforge.net/