⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 自动生成VERILOG 工具
💻
字号:
INSTALLATION============In order to install Perlilog on a UNIX system, just go:perl Makefile.PLmakemake install (as root)On systems with no GNU make, you should copy the "lib" directory's content(including its subdirectory, but *not* the "lib" folder itself) to one ofthe Perl library directories.You can get a list of possible directories by typing:perl -e "print join ',', @INC"Usually, you'd prefer those which include the word "site", but it's a matterof taste.USE WITHOUT INSTALLATION========================If installation of Perlilog among the system files is undesired orimpossible, you may copy "lib" directory's content to anywhere. Then,we tell Perl where it can find the files with a command-line switch:* perl -w -IC:\perlilog try1.pl on Windows-based systems, assuming thatPerlilog.pm and the subdirectories were put in C:\perlilog\.* perl -w -I/home/myself/perlilog try1.pl on UNIX/Linux systems,assuming that Perlilog.pm and the subdirectories were put in/home/myself/perlilog/.

⌨️ 快捷键说明

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