debian man page for padre::config::human

Query: padre::config::human

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Padre::Config::Human(3pm)				User Contributed Perl Documentation				 Padre::Config::Human(3pm)

NAME
Padre::Config::Human - Padre configuration storing personal preferences
DESCRIPTION
This class implements the personal preferences of Padre's users. See Padre::Config for more information on the various types of preferences supported by Padre. All human settings are stored in a hash as top-level keys (no hierarchy). The hash is then dumped in config.yml, a YAML file in Padre's preferences directory (see Padre::Config).
PUBLIC API
Constructors create my $config = Padre::Config::Human->create; Create and return an empty user configuration. (Almost empty, since it will still store the configuration schema revision - see "version"). No parameters. read my $config = Padre::Config::Human->read; Load & return the user configuration from the YAML file. Return "undef" in case of failure. No parameters. Object methods write $config->write; (Over-)write user configuration to the YAML file. No parameters. COPYRIGHT &; LICENSE Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. perl v5.14.2 2012-06-27 Padre::Config::Human(3pm)
Related Man Pages
padre::current(3pm) - debian
padre::document::perl::starter(3pm) - debian
padre::help(3pm) - debian
padre::pluginbuilder(3pm) - debian
padre::task::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
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)?