设为首页 收藏本站
查看: 953|回复: 0

[经验分享] Perl Puzzles Key(standard)

[复制链接]

尚未签到

发表于 2017-5-18 07:55:03 | 显示全部楼层 |阅读模式
Perl Puzzles Key
  This is the key for the Perl puzzles. Corrections welcome.
Answers

  •   credit for noting that the two foo's are unrelated.
  •   a b
  •   c and 3
  •   $a is set to the eight character string consisting of foo='\' followed by a newline. $b is set to the eight character string $c='\'\n.
  •   credit for noting that empty line will be printed for empty lines and those consisting solely of the character 0 (zero).
  •   credit for noting that one outcome is that the Perl interpreter may crash if foo doesn't give consistent answers.
      The crash possibility was the documented behavior prior to 5.005, but apparently has been at least partially addressed in 5.005. The man page perl5005delta(1) describes sort as now "resistant to inconsistent comparison functions". Strangely, it doesn't describe it as "immune", so this bug may still exist in some form. (Thanks to AP for pointing this out.)
  •   It sets the initial index of arrays.
  •   $x is set to the number 6. $y is set to the string sort.
  •   prints 36
  •   nothing, it's a syntax error. extra credit for noting that a fix is $mt = (stat($file))[8];
  •   credit for noting that it depends on whether @foo exists, and if it does, depends on Perl's complex algorithm or "guess". major extra credit if you actually know the algorithm.
  •   credit for noting that it depends on whether somefunc() is evaluated in a list or scalar context.
  •   credit for noting that it might call handler immediately, depending on how handler is currently defined.
  •   credit for noting that it depends on whether x is currently defined as a sub, whether it was defined with a prototype and which prototype was used.
  •   It reads all lines of the standard input and replaces the second element of @foo with the first line read, discarding the rest of the lines read.
  •   credit for noting that the last doesn't exit the current do/while loop, but rather will exit an enclosing loop (if present) or cause an error.
  •   credit for noting that "exists" will be printed if the key merely exists, whereas the key must have a defined value in the hash in order for "defined" to be printed.
  •   It'll read the first ten lines and never print anything (unless $_ has been defined elsewhere).
  •   It will assign to $f string fooa if a file with that name exists in the current directory, or else it will assign string foob if a file with that name exists in the current directory, or else it will assign string foor if a file with that name exists in the current directory, or else it will assign the empty string.
  •   foo-11-1 or 1-1foo-1
  •   a floating point value corresponding to zero minus the square root of two.
  •   This was supposed to show you how the left "0" would get interpreted as a string and the right "0" interpreted as a number, but perl 5.8.0 (at least) seems to interpret both as numbers, in apparent contradiction to the perlop man page. Major extra credit if you knew that the documentation and implementation of this feature is out of sync.
      [The answer was supposed to be "credit for noting that the second expression is a number whose binary representation is all ones (the one's complement of zero, etc.), and for noting that the first expression is a one-character string where the ASCII value for the character is the ASCII value for the zero character with its bits flipped."]
      (Thanks to Bob Miller for help with this.)
      (The code given in the question doesn't actually do what I thought it did. I actually don't understand what it's doing. If you know, I'd love to hear an explanation.)
  •   55 5 5
  •   credit for noting that length & $print_blanks fails and is not equivalent to, say, length() & $print_blanks.
  •   It prints the first line only.
  •   It sets $sos to the empty string.
© 2001 Mike Coleman
<!-- Created: Fri Jun  1 21:36:25 CDT 2001 --><!-- hhmts start -->Last modified: Fri Jun 13 23:43:38 CDT 2003 <!-- hhmts end -->

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-378570-1-1.html 上篇帖子: perl开发环境在windows下安装 下篇帖子: Perl模块之Tie::File
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表