# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56266] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56266 >
This was working: $ ./perl6 -e 'say rand(3)' invoke() not implemented in class 'Float' current instr.: '_block11' pc 41 (EVAL_13:18) called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 (src/PCT/HLLCompiler.pir:481) called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1305 (src/PCT/HLLCompiler.pir:708) called from Sub 'parrot;Perl6::Compiler;main' pc 12318 (perl6.pir:174) However, $ ./perl6 -e 'say rand()' 0.944425 works. This fail the same way on at least 2 linux boxes This is perl, v5.8.3 built for i586-linux-thread-multi (with 1 registered patch, see perl -V for more detail) for revision: 28671 uname -a Linux DCLOES3A 2.6.5-7.286-smp #1 SMP Thu May 31 10:12:58 UTC 2007 i686 i686 i386 GNU/Linux a ------------------- Andy Bach Systems Mangler Internet: [EMAIL PROTECTED] Voice: (608) 261-5738 Fax: 264-5932 The name "grep" is from the common "ed" (pre-visual "vi") command: g/re/p i.e. g(lobal-search)/r(egular) e(xpression)/p(rint)