OpenInteract::Config::PerlFile - Read/write information from/to a perl file


OpenInteract documentation  | view source Contained in the OpenInteract distribution.

Index


NAME

Top

OpenInteract::Config::PerlFile - Read/write information from/to a perl file

DESCRIPTION

Top

Create a 'read_config' method to override the base Config method. See OpenInteract::Config for usage of this base object.

The information in the config file is perl, so we do not have to go through any nutty contortions with types, etc.

METHODS

Top

read_config( $filename )

Read configuration directives from $filename. The configuration directives are actually perl data structures saved in an evalable format using Data::Dumper.

save_config( $filename )

Saves the current configuration to $filename. Normally not needed since you are not always changing configurations left and right.

TO DO

Top

Nothing known.

BUGS

Top

None known.

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


OpenInteract documentation  | view source Contained in the OpenInteract distribution.