Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!/usr/bin/env perl
use lib 'lib';
warn $ARGV[1];
my @args = eval '('.$ARGV[1].')';
die $@ if $@;
Dwarn([ SQL::Abstract->new->${\$ARGV[0]}(@args) ]);