| Server IP : 104.21.94.62 / Your IP : 216.73.216.41 Web Server : Apache System : Linux semi1.us.cloudlogin.co 5.10.244-xeon-hst #1 SMP Sun Sep 14 17:09:20 UTC 2025 x86_64 User : xessglobal ( 271017) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /proc/self/root/usr/local/bin/ |
Upload File : |
#!/usr/bin/env perl use strict; use warnings; our $VERSION = '11.97'; # VERSION use DBI::Shell; my $sh = DBI::Shell->new(@ARGV)->run; exit(0); __END__ =head1 NAME dbish - Interactive command shell for the Perl DBI =head1 SYNOPSIS dbish <options> dsn [user [password]] =head1 DESCRIPTION This tool is a command wrapper for the DBI::Shell perl module. See L<DBI::Shell> for full details. =head1 SEE ALSO L<DBI::Shell>, L<DBI> =cut