Query: data::phrasebook::loader
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Data::Phrasebook::Loader(3pm) User Contributed Perl Documentation Data::Phrasebook::Loader(3pm)NAMEData::Phrasebook::Loader - Plugin Loader moduleSYNOPSISmy $loader = Data::Phrasebook::Loader->new( class => 'Text' );DESCRIPTION"Data::Phrasebook::Loader" acts as an autoloader for phrasebook plugins.CONSTRUCTORnew "new" takes one optional named argument: the class. It returns a new instance to the class. Any further arguments to "new" are given to the "new" method of the appropriate class. If no class is specified the default class of 'Text' is used. my $loader = Data::Phrasebook::Loader->new(); OR my $loader = Data::Phrasebook::Loader->new( class => 'Text' );SEE ALSOData::Phrasebook. Known implementations Data::Phrasebook::Loader::Text, Data::Phrasebook::Loader::YAML, Data::Phrasebook::Loader::Ini, Data::Phrasebook::Loader::XML, Data::Phrasebook::Loader::DBI.SUPPORTPlease see the README file.AUTHOROriginal author: Iain Campbell Truskett (16.07.1979 - 29.12.2003) Maintainer: Barbie <barbie@cpan.org> since January 2004. for Miss Barbell Productions <http://www.missbarbell.co.uk>.COPYRIGHT AND LICENSECopyright (C) 2003 Iain Truskett. Copyright (C) 2004-2010 Barbie for Miss Barbell Productions. This module is free software; you can redistribute it and/or modify it under the Artistic Licence v2. perl v5.10.1 2010-08-31 Data::Phrasebook::Loader(3pm)
Similar Topics in the Unix Linux Community |
---|
How to sort multiples clolumns of a file? |
Gathering info on one line |
SQL loader error |
Data arrangement |
Help need in Deleting Characters |