Bio-Prospect

 view release on metacpan or  search on metacpan

Bio/Prospect/SoapServer.pm  view on Meta::CPAN

}


#-------------------------------------------------------------------------------
# ping()
#-------------------------------------------------------------------------------

=head2 ping()

 Name:      ping()
 Purpose:   return whether alive or not
 Arguments: none
 Returns:   0 - dead, 1 - alive

=cut

sub ping {
  return 1;
}


#-------------------------------------------------------------------------------
# INTERNAL METHODS: not intended for use outside this module



( run in 0.550 second using v1.01-cache-2.11-cpan-39bf76dae61 )