QWizard::Storage::Memory - Stores data in CGI variables


QWizard documentation  | view source Contained in the QWizard distribution.

Index


NAME

Top

QWizard::Storage::Memory - Stores data in CGI variables

SYNOPSIS

Top

  my $st = new QWizard::Storage::Memory();
  $st->set('var', 'value');
  $st->get('var');

DESCRIPTION

Top

Stores data passed to it inside of CGI parameters.

AUTHOR

Top

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

Top

perl(1)

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


QWizard documentation  | view source Contained in the QWizard distribution.