perl tips

前端之家收集整理的这篇文章主要介绍了perl tips前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1. The Padre is Perl IDE and very convenience to learn and debug on MS OS, 

    The link  http://padre.perlide.org/howto.html tell us sth about Padre.

2. what is different between Double quotes " " and  Single quotes ' ' ?

       


   Escape character work in " ",but not in ' '.  Single quote' ' -->what input,what output.

   If quote is not specify,it influence by later.

猜你在找的Perl相关文章