question

question,第1张

概述1). What arguments do you frequently use for the Perl interpreter and what do they mean? 2). What does the command ‘use strict’ do and why should you use it? 3). What do the symbols $ @ and % mean whe

1). What arguments do you frequently use for the Perl interpreter and what do they mean?
2). What does the command ‘use strict’ do and why should you use it?
3). What do the symbols $ @ and % mean when prefixing a variable?
4). What elements of the Perl language Could you use to structure your code to allow for maximum re-use and maximum readability?
5). What are the characteristics of a project that is well suited to Perl?
6). Why do you program in Perl?
7). Explain the difference between my and local.
8). Explain the difference between use and require. 9). What’s your favorite module and why? 10). What is a hash? 11). Write a simple (common) regular Expression to match an IP address,e-mail address,city-state-zipcode combination. 12). What purpose does each of the following serve: -w,strict,-T ? 13). What is the difference between for & foreach,exec & system? 14). Where do you go for Perl help? 15). name an instance where you used a CPAN module. 16). How do you open a file for writing? 17). How would you replace a char in string and how do you store the number of replacements? 18). When would you not use Perl for a project?

总结

以上是内存溢出为你收集整理的question全部内容,希望文章能够帮你解决question所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://www.outofmemory.cn/langs/1288725.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-09
下一篇 2022-06-09

发表评论

登录后才能评论

评论列表(0条)

保存