# New Ticket Created by [email protected] # Please include the string: [perl #126391] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126391 >
$ perl6 -e 'say 42/(.1+.2-.3)'Attempt to divide 420 by zero using div in block <unit> at -e:1 Actually thrown at: in block <unit> at -e:1$ perl6 --versionThis is perl6 version 2015.09-412-g32d7b08 built on MoarVM version 2015.09-79-gee9fc2b The answer should be "42 ...", but Perl 6 is smoking something :) Best,Ovid-- IT consulting, training, specializing in Perl, databases, and agile developmenthttp://www.allaroundtheworld.fr/. Buy my book! - http://bit.ly/beginning_perl
