Hey, nice can of worms you opened here toma!

So here is a summary of what we've got so far. Let me know if you feel like adding more module/options or other fields:

Module Format In core Notes
Storable binary X fast
Data::Dumper text X widely used, need to eval the output to reload it
Data::Denter text   plug-in replacement for Data::Dumper
XML::Simple XML    
Data::DumpXML XML   more complete than XML::Dumper
XML::Dumper XML   simpler than Data::DumpXML
hash tied to a DB_File binary X  
AnyData various   can use CSV, XML, .INI...
DBD::AnyData various   same as AnyData with a DBI interface
Tk::Style XML   not on CPAN, for TK stylesheets
AppConfig text   configuration files can be overridden by command line arguments
Config::IniFiles text   MS-Windows style .ini files
Inifile text   MS-Windows style .ini files
Boulder text, XML   boulder format, plus various bio*-related formats

Update: added Boulder as suggested below.


In reply to Re: Persistence for options? by mirod
in thread Persistence for options? by toma

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.