[ 源代码: libeval-linenumbers-perl ]
软件包:libeval-linenumbers-perl(0.35-2)
libeval-linenumbers-perl 的相关链接
Debian 的资源:
下载源码包 libeval-linenumbers-perl:
- [libeval-linenumbers-perl_0.35-2.dsc]
- [libeval-linenumbers-perl_0.35.orig.tar.gz]
- [libeval-linenumbers-perl_0.35-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to add line numbers to eval'ed heredoc blocks
Eval::LineNumbers adds a '#line "this-file" 392' comment to heredoc/hereis text that is going to be eval'ed so that error messages will point back to the right place.
Please note: when you embed \n in your code, it gets expanded in double-quote hereis documents so it will mess up your line numbering. Use \\n instead when you can.