Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / bin / dbish
CommitLineData
86530b38
AT
1#!/import/bw/tools/local/perl-5.8.0/bin/perl -w
2
3eval 'exec /import/bw/tools/local/perl-5.8.0/bin/perl -w -S $0 ${1+"$@"}'
4 if 0; # not running under some shell
5
6use strict;
7
8use DBI::Shell;
9shell(@ARGV);
10exit(0);
11
12__END__
13
14=head1 NAME
15
16dbish - Interactive command shell for the Perl DBI
17
18=head1 SYNOPSIS
19
20 dbish <options> dsn [user [password]]
21
22=head1 DESCRIPTION
23
24This tool is a command wrapper for the DBI::Shell perl module.
25See L<DBI::Shell(3)> for full details.
26
27=head1 SEE ALSO
28
29L<DBI::Shell(3)>, L<DBI(3)>
30
31=cut