Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在尝试从我的 Windows 机器创建一个连接以从远程 DB2 数据库中读取数据,并且我必须使用 perl 脚本。我对 perl 脚本完全陌生,但似乎一点也不难,如果有人知道如何执行此操作,我需要一些指针或示例。任何帮助将不胜感激,谢谢!
所有 Perl 数据库通信的基础是DBI。在这种情况下,您还需要DBD::DB2。