Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents esmith::ConfigDB::Record SYNOPSIS DESCRIPTION New Methods esmith::ConfigDB::Record esmith::ConfigDB::Record - record in an esmith::ConfigDB database. In a root terminal you can do the command below if you want to display the up-to-date content perldoc -U esmith::ConfigDB::Record SYNOPSIS Just like esmith::DB::db::Record except… my $value = $record->value; $record->set_value($value); DESCRIPTION This provides some extra functionality needed by the esmith::ConfigDB databases. Unless noted, it works just like esmith::DB::db::Record. New Methods * value * set_value my $value = $record->value; $record->set_value($value); Gets/sets the value of the $record. Some ConfigDB entries don’t have a set of properties, but rather a single value. It will warn if you use these on $records with properties. developer, esmith esmith/configdb/record.txt Last modified: 2016/03/20 16:38by Jim