The Interactive DBI::Shell
l Starting the shell
n The long way:
     perl -MDBI::shell -e shell dsn user passwd
     perl -MDBI::shell -e shell
n The short way:
    dbish ...
l Interactive DSN selection
l Command and Result History (uses ReadLine)
l Output Redirection for all commands
27