readme

来自「UNIX下perl实现代码」· 代码 · 共 28 行

TXT
28
字号
Welcome to the Sprite sample application for Larry Wall's JPL. Thisapplication showcases a merging of Java and Perl in which Java is employedto generate a user interface, and Perl is used for data access.Specifically, Perl is used with Shishir Gundavaram's Sprite module to offerpermanent storage through SQL manipulation of text files. This applicationis a Rolodex(tm)-style address file, offering the ability to add, edit ordelete names and addresses. You may also navigate through the address list.To use this example, you will need to install the Sprite module from CPAN.To install the sample, you must first have JPL installed and working.Please ensure that you have set environment variables as directed in theJPL README and that the JPL Sample program works. Once this has beenaccomplished, you can build the files in this directory with the followingcommmands:    perl Makefile.PL    make    make installYou can run this by typing:    java JPL_RoloThe application should appear with some sample data, and you can messaround with it and put all your friends in the address book. Far out!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?