Bio-BioVeL

 view release on metacpan or  search on metacpan

lib/Bio/BioVeL/Service.pm  view on Meta::CPAN

		}
	}
	else {
		open my $fh, '<', $location or die $!;
		return $fh;
	}
}

=item handler

This method is triggered by mod_perl when a URL path fragment is encountered that matches
the mapping specified in httpd.conf. Example:

 <Location /foo>
         SetHandler perl-script
         PerlResponseHandler Bio::BioVeL::Service::Foo
 </Location>

In this case, requests to http://example.com/foo will be dispatched to 
C<Bio::BioVeL::Service::Foo::handler>.



( run in 1.208 second using v1.01-cache-2.11-cpan-364913b4093 )