FreeBSD Manual Pages
Gungho::Component::RobUserlContributedmPerenDocumeotRules::Storage::DB_File(3) NAME Gungho::Component::RobotRules::Storage::DB_File - DB_File Storage For RobotRules SYNOPSIS # In your config components: - RobotRules robot_rules: storage: module: DB_File config: filename: '/path/to/storage.db' # or elsewhere in your code use Gungho::Component::RobotRules::Storage::DB_File; my $storage = Gungho::Component::RobotRules::Storage::DB_File->new( config => { filename => '/path/to/storage.db' } ); METHODS setup get_rule put_rule get_pending_robots_txt push_pending_robots_txt perl v5.32.1 Gungho::Component::RobotRules::Storage::DB_File(3)
NAME | SYNOPSIS | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Gungho::Component::RobotRules::Storage::DB_File&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>