Bio::Graphics::Browser2::Render(3pm) | User Contributed Perl Documentation | Bio::Graphics::Browser2::Render(3pm) |
Bio::Graphics::Browser2::Render -- Provide methods to render regions
$value = = $browser->plugin_setting("option_name");
When called in the context of a plugin, returns the setting for the requested option. The option must be placed in a [PluginName:plugin] configuration file section:
[MyPlugin:plugin] foo = bar
Now within the MyPlugin.pm plugin, you may call $browser->plugin_setting('foo') to return value "bar".
2020-02-16 | perl v5.30.0 |