
Perl
lantianjialiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
how to debug perl in vs code
install perl debug extension for vs code create perl debug config, as below url how to create debug config after create the config, this is equals create launch.json under .vscode folder. the content...原创 2019-11-28 15:32:44 · 1983 阅读 · 0 评论 -
how to config cpan mirror
config cpan mirror enter cpan check mirror o conf urllist add mirror o conf urllist push http://mirrors.163.com/cpan/原创 2019-11-20 09:54:22 · 154 阅读 · 0 评论 -
the best perl debugger is cmd
我试用了给这免费的GUI perl debugger,发现都有各种各样的问题。 比如说:Perl-EPIC,在debug我们的有1W行的perl脚本的时候,会卡死。 所以关于perl的最好的debugger,我还是推荐perl自带的-d参数。 perl debug perl -d script_name set breakpoint: b [line] [condition] b 33 /pat...原创 2019-11-20 09:48:22 · 120 阅读 · 0 评论 -
perl and excel
cpan -f Spreadsheet::ParseExcel Spreadsheet::XLSX Spreadsheet::Read two types high level: Spreadsheet::Read lower level: Spreadsheet::ParseXLSX >= Excel 2007 Files (.xlsx) Spreadsheet::ParseExcel ...转载 2019-06-12 14:47:12 · 238 阅读 · 0 评论