Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::mvp::reader::findable::byextension(3pm) [debian man page]

Config::MVP::Reader::Findable::ByExtension(3pm) 	User Contributed Perl Documentation	   Config::MVP::Reader::Findable::ByExtension(3pm)

NAME
Config::MVP::Reader::Findable::ByExtension - a Findable Reader that looks for files by extension VERSION
version 2.200002 METHODS
default_extension This method, which must be composed by classes including this role, returns the default extension used by files in the format this reader can read. When the Finder tries to find configuration, it have a directory root and a basename. Each (Findable) reader that it tries in turn will look for a file basename.extension in the root directory. If exactly one file is found, that file is read. refined_location This role provides a default implementation of the "refined_location" method required by Config::MVP::Reader. It will return a filename based on the original location, if a file exists matching that location plus the reader's "default_extension". AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This 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::Findable::ByExtension(3pm)

Check Out this Related Man Page

Config::MVP::Sequence(3pm)				User Contributed Perl Documentation				Config::MVP::Sequence(3pm)

NAME
Config::MVP::Sequence - an ordered set of named configuration sections VERSION
version 2.200002 DESCRIPTION
A Config::MVP::Sequence is an ordered set of configuration sections, each of which has a name unique within the sequence. For the most part, you can just consult Config::MVP to understand what this class is and how it's used. ATTRIBUTES
is_finalized This attribute is true if the sequence has been marked finalized, which will prevent any changes (via methods like "add_section" or "delete_section"). It can be set with the "finalize" method. METHODS
add_section $sequence->add_section($section); This method adds the given section to the end of the sequence. If the sequence already contains a section with the same name as the new section, an exception will be raised. delete_section my $deleted_section = $sequence->delete_section( $name ); This method removes a section from the sequence and returns the removed section. If no section existed, the method returns false. section_named my $section = $sequence->section_named( $name ); This method returns the section with the given name, if one exists in the sequence. If no such section exists, the method returns false. section_names my @names = $sequence->section_names; This method returns a list of the names of the sections, in order. sections my @sections = $sequence->sections; This method returns the section objects, in order. AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This 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::Sequence(3pm)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

NewsGroup Reader . . . Need Advice

I recently installed Suse 8.0 and am in need of a dependable news group reader. I need something that will authenticate just like Outlook Express does, because I will connecting to an Exchange News Host. Does anyone have any suggestions as to what I should donwload for a Microsoft compatible news... (2 Replies)
Discussion started by: pc9456
2 Replies

2. Solaris

Secure Card Reader

I see on some of the recent Sun workstations that there is a secure card reader installed. I have a Sunblade 100 and 150 and would like to know, how do you access this device or turn it on to use it? Thanks, (2 Replies)
Discussion started by: stocksj
2 Replies

3. Shell Programming and Scripting

how to do sort in perl?

Hi, Can anyone advise how to correct my script pls? I'm not getting the correct output =( Details below: Logfile ======== Player Num : 14 Player Name : Jacee Thirkins MVP winner : 1998 End of details.... Player Num : 35 Player Name : Lander Diaz MVP winner : 2002... (1 Reply)
Discussion started by: gholdbhurg
1 Replies

4. Programming

.tga file reader + programming language

For a job I have to do, I have to design a .tga file reader, however I have had no prior experience in this area, so I was wondering what would be the best language to use to develop my .tga reader ? many thanks (1 Reply)
Discussion started by: JamesGoh
1 Replies

5. Linux

Adobe Reader in RHEL4

Hi, Anyone knows if RHEL4 is packaged with Adobe Acrobat Reader? I need Adobe Reader in linux to open PDF file. There's a download on adobe site but I think that requires some dollars to avail the software. May be if RHEL4 has Adobe Reader package with it, there is no need to spend dollars. ... (5 Replies)
Discussion started by: etcpasswd
5 Replies

6. Shell Programming and Scripting

SED question

I have the following string: "File Reader" I also have a list of directories: "File Reader (#53)" "CSV Writer (#47)" "Scorer (#22)" I want to search the name of each directory until I find "File Reader". Then, I want the corresponding number to be returned. For example, if I am... (7 Replies)
Discussion started by: xan.amini
7 Replies

7. What is on Your Mind?

Do you read books with an ebook reader?

I bought a Sony PRS-650 Reader to read books and I'm loving it. For one thing, there are zillions of free books in epub format available for download for free. Many of them are out of print, so you would have to pay a high price to get a printed copy. Most current releases have to be paid for,... (15 Replies)
Discussion started by: KenJackson
15 Replies

8. HP-UX

DEPOT software

I am using SAM and it is asking for the location of the DEPOT software. I don't know what the DEPOT software is. Can anyone explain and tell me where the default location for the software is? Thanks in advance (3 Replies)
Discussion started by: Randydog
3 Replies