| Bio::Das::Request::Types - The DAS "types" request |
Bio::Das::Request::Types - The DAS "types" request
my @types = $request->results; my $types = $request->results;
my $das_command = $request->command; my $successful = $request->is_success; my $error_msg = $request->error; my ($username,$password) = $request->auth;
This is a subclass of the Bio::Das::Request manpage specialized for the "types" command. All methods are the same as the Bio::Das::Request manpage with the exception of results(), which has been modified to make it more useful.
In a scalar context, results() returns a hashref in which the keys are
segment strings (in the form "ref:start,end") and the values are
arrayrefs of the Bio::Das::Type manpage objects contained within those
segments.
In a list context, results() returns an array of the Bio::Das::Type manpage
objects.
Lincoln Stein <lstein@cshl.org>.
Copyright (c) 2003 Cold Spring Harbor Laboratory
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.
the Bio::Das::Request::Features manpage, the Bio::Das::Request manpage, the Bio::Das::HTTP::Fetch manpage, the Bio::Das::Segment manpage, the Bio::Das::Type manpage, the Bio::Das::Stylesheet manpage, the Bio::Das::Source manpage, the Bio::RangeI manpage
| Bio::Das::Request::Types - The DAS "types" request |