Man Page: config::mvp::reader::hash
Operating Environment: debian
Section: 3pm
Config::MVP::Reader::Hash(3pm) User Contributed Perl Documentation Config::MVP::Reader::Hash(3pm)NAMEConfig::MVP::Reader::Hash - a reader that tries to cope with a plain old hashrefVERSIONversion 2.200002SYNOPSISmy $sequence = Config::MVP::Reader::Hash->new->read_config( \%config );DESCRIPTIONIn some ways, this is the Config::MVP::Reader of last resort. Given a hashref, it attempts to interpret it as a Config::MVP::Sequence. Because hashes are generally unordered, order can't be relied upon unless the hash tied to have order (presumably with Tie::IxHash). The hash keys are assumed to be section names and will be used as the section package moniker unless a __package entry is found.AUTHORRicardo Signes <rjbs@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-16 Config::MVP::Reader::Hash(3pm)
| Related Man Pages |
|---|
| tap::parser::yamlish::reader(3pm) - osx |
| config::ini(3pm) - debian |
| config::ini::reader(3pm) - debian |
| config::mvp::sequence(3pm) - debian |
| hash::withdefaults(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| My first PERL incarnation... Audio Oscillograph |