Undefined subroutine main::floor called
生活随笔
收集整理的這篇文章主要介紹了
Undefined subroutine main::floor called
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決方法
http://stackoverflow.com/questions/37020135/perl-floor-function-giving-error-undefined-subroutine-mainfloor
sub floor {my ($n) = @_; my $int_n = int($n); $n < 0 && $int_n != $n ? $int_n - 1: $int_n; }
?
轉載于:https://www.cnblogs.com/bainiaoli/p/6673871.html
總結
以上是生活随笔為你收集整理的Undefined subroutine main::floor called的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 视频演示SHAtter越狱iOS 4.1
- 下一篇: DW常用快捷键大全