uawdijnntqw1x1x1
IP : 216.73.216.23
Hostname : web17.us.cloudlogin.co
Kernel : Linux web17.us.cloudlogin.co 5.10.238-xeon-hst #1 SMP Thu Jun 5 12:15:42 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
..
/
bin
/
run-sql.pl
/
/
#!/usr/bin/perl -w use strict; use warnings; use DBIx::RunSQL; our $VERSION = '0.21'; my $exitcode = DBIx::RunSQL->handle_command_line('myapp', \@ARGV); exit $exitcode; =head1 NAME run-db.pl - Run SQL =head1 SYNOPSIS run-sql.pl "select * from mytable where 1=0" run-sql.pl --sql create-table.sql echo "select * from mytable where 1=0" | run-sql.pl =head1 ABSTRACT This sets up the database. The following options are recognized: =head1 OPTIONS =over 4 =item C<--user> USERNAME =item C<--password> PASSWORD =item C<--dsn> DSN The DBI DSN to use for connecting to the database =item C<--sql> SQLFILE The alternative SQL file to use instead of what is passed on the command line. =item C<--quiet> Output no headers for empty SELECT resultsets =item C<--bool> Set the exit code to 1 if at least one result row was found =item C<--string> Output the (single) column that the query returns as a string without any headers =item C<--format> formatter Use a different formatter for table output. Supported formatters are tab - output results as tab delimited columns Text::Table - output results as ASCII table Text::Table::Any - output results as various formats =item C<--force> Don't stop on errors =item C<--help> Show this message. =back =cut
/home/../../bin/run-sql.pl