in reply to Re: Re: Using Variables
in thread Unitialized value warnings with require

Storable is a more reliable way to store variables.

Except that then you lose the ability to easily view and edit the file, which is what you'd like to be able to do with most config files (I like Storable, but not for this) :-)

Replies are listed 'Best First'.
Data::Dumper output is readable (was Re: Using Variables)
by chip (Curate) on Dec 28, 2001 at 01:04 UTC
    Using Data::Dumper instead of Storable, you get output that is both reliable and editable. It works for Net::Config...

        -- Chip Salzenberg, Free-Floating Agent of Chaos