|
|
|
|
|
by pyre
3958 days ago
|
|
DBD::CSV is a library, which you could use to build a command, but doesn't seem to come with one out of the box. q is just a command, but not a library. One could use DBI + DBD::CSV + Perl to build something similar to q, but that's a batteries not included solution. |
|