Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / bin / dbimon
CommitLineData
86530b38
AT
1#!/import/bw/tools/local/perl-5.8.0/bin/perl
2
3eval 'exec /import/bw/tools/local/perl-5.8.0/bin/perl -S $0 ${1+"$@"}'
4 if 0; # not running under some shell
5#
6# dbimon - DBI monitor
7#
8# Copyright (C) 1997, 1998: Jochen Wiedmann
9#
10#
11# This program implements a simple SQL shell. You can enter queries via
12# a comfortable ReadLine interface and retrieve result tables in different
13# output modes:
14#
15# Author: Jochen Wiedmann
16# Am Eisteich 9
17# 72555 Metzingen
18# Germany
19#
20# Email: joe@ispsoft.de
21# Phone: +49 7123 14887
22#
23# dbimon is based on pmsql, which is
24#
25