Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellojukay/perl-cookbook

my perl script collect
https://github.com/hellojukay/perl-cookbook

perl script

Last synced: 8 days ago
JSON representation

my perl script collect

Awesome Lists containing this project

README

        

# perl-cookbook
my perl script collect

* [删除今天修改过的文件](src/delete_files_modified_in_one_day.pl)
* [统计各个进程 TCP 连接数](src/count_tcp_number.pl)
* [单行 perl 替换 awk](src/perl_one_line_awk.md)
* [检测 github.com 延迟](src/github_check.pl)
* [windows 下实现递归删除文件](src/rm.pl)
* [perl 实现终端进度条](src/progress.pl)