Query: data::phrasebook::debug
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Data::Phrasebook::Debug(3pm) User Contributed Perl Documentation Data::Phrasebook::Debug(3pm)NAMEData::Phrasebook::Debug - Phrasebook debugging.SYNOPSISuse Data::Phrasebook; my $q = Data::Phrasebook->new( class => 'Plain', loader => 'Text', file => 'phrases.txt', debug => 2, ); my $r = Phrasebook->new( file => 'phrases.txt', debug => 3 ); $r->debug(4); $r->store(3,"Start"); my @log = $r->retrieve(2); $r->clear();DESCRIPTIONThis module enables debug logging for phrasebook classes. It simply stores all interaction with the phrasebook, which can then be interrogated. Do not call directly, but via the class object. There is a single storage for all levels of the Data::Phrasebook heirarchy. This then enables storage and retrieval to be performed by the user. There are several different levels of debugging, detailed as follows: 1 - Errors 2 - Warnings 3 - Information 4 - Variable Debugging The first three are simple strings that are recorded during the processing. However, the latter is specifically for dumping the contents of significant variables. Through the use of the debug() method, the debugging can be switched on and off at significant points. The clear() method will clear the current trail of debugging information.METHODSdebug Accessor to debugging flag. clear Clear the currently stored debugging information. store Store debugging information. retrieve Retrieve debugging information. dumper Uses 'on demand' call to Data::Dumper::Dumper().SEE ALSOData::Phrasebook.SUPPORTPlease see the README file.AUTHORBarbie, <barbie@cpan.org> for Miss Barbell Productions <http://www.missbarbell.co.uk>.COPYRIGHT AND LICENSECopyright (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::Debug(3pm)
Similar Topics in the Unix Linux Community |
---|
Removal of Data |
Get data from delimited file |
Fast Data Access MMU Miss |
Run perl script on files in multiple directories |
Test Debug Code for Errors |