Helios
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
( run in 0.292 second using v1.01-cache-2.11-cpan-95122f20152 )