[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] An ode to DBI::installed_versions()



In MS-SQL servers

   select @@version from anytable

kicks out some interesting stuff. So, I wrote an ode to DBI::installed_versions(). It connects to each of our hotels (showing that our new drivers are probably working) and kicks out version info.

j


$ perl -MControl::Hotels -e'Control::Hotels::installed_versions'
ATLCNN
        PMS v3.01.38
        Microsoft SQL Server  2000 - 8.00.760 (Intel X86)
        Dec 17 2002 14:22:05
        Copyright (c) 1988-2003 Microsoft Corporation
        Standard Edition on Windows NT 5.2 (Build 3790: )
AUSCTR
        PMS v2.04.31
        Microsoft SQL Server  2000 - 8.00.760 (Intel X86)
        Dec 17 2002 14:22:05
        Copyright (c) 1988-2003 Microsoft Corporation
        Standard Edition on Windows NT 5.2 (Build 3790: )
...etc...