Lincoln D. Stein > GBrowse-1.995 > Bio::Graphics::Browser::Render

Download:
GBrowse-1.995.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: GBrowse-1.9971

plugin_setting()

   $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".

get_regionview_start_stop

 usage

Description