Db::Mediasurface

Db::Mediasurface is a Perl module that manipulates a Mediasurface database.
Download

Db::Mediasurface Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nigel Wetters
  • Publisher web site:
  • http://search.cpan.org/~nwetters/Db-Mediasurface-0.03/Mediasurface.pm

Db::Mediasurface Tags


Db::Mediasurface Description

Db::Mediasurface is a Perl module that manipulates a Mediasurface database. Db::Mediasurface is a Perl module that manipulates a Mediasurface database.SYNOPSIS use Db::Mediasurface; $path = '/opt/ms/3.0/etc/ms.properties'; $ms = Db::Mediasurface->new( config_file=>$path ); print ("Schema version: ".$ms->version."n"); use Db::Mediasurface; use Db::Mediasurface::ReadConfig; $path = '/opt/ms/3.0/etc/ms.properties'; $config = Db::Mediasurface::Readconfig->new( config=>$path ); $ms = Db::Mediasurface->new( config=>$config ); print ("Schema version: ".$ms->version."n");Db::Mediasurface is a wrapper for most other Db::Mediasurface:: modules. At present, only the new() and version() methods are supported.Constructor$ms = Db::Mediasurface->new( config=>$config_object ); $ms = Db::Mediasurface->new( config_file=>$path2config );Create a new Db::Mediasurface object by supplying either the path to a valid Mediasurface configuration file (usually named ms.properties), or a Db::Mediasurface::ReadConfig object.Methods$ms_version = $ms->version;Returns the database schema version. Requirements: · Perl


Db::Mediasurface Related Software