Helios
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
eg/Helios-App-MP3IndexerService/lib/Helios/App/MP3IndexerService.pm view on Meta::CPAN
filename isn't already there).
Note that this method uses the Helios::Service->dbConnect() method to connect
to the database, and uses database connection information set in the Helios
configuration subsystem. All the method need do is call the getConfig()
method, and it has a hash with all of the configuration parameters for the
current application running on the current host.
=cut
sub updateDb
{
my $self = shift;
my $filename = shift;
my $mp3i = shift;
my $config = $self->getConfig();
my $sql;
my $sth;
# connect to the database
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.226 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )