Skip Menu |

This queue is for tickets about the Perl6-Parameters CPAN distribution.

Report information
The Basics
Id: 83688
Status: new
Priority: 0/
Queue: Perl6-Parameters

People
Owner: Nobody in particular
Requestors: slalaurette [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in Perl6::Parameters
Date: Thu, 28 Feb 2013 14:23:19 -0300
To: <bug-Perl6-Parameters [...] rt.cpan.org>, <brentdax [...] cpan.org>
From: Sebastián Lalaurette <slalaurette [...] gmail.com>
Hi! Thanks for a great module. Your implementation, unfortunately, seems to be whitespace-sensitive. use Perl6::Parameters; sub multip ( $a, $b) { return $a * $b; } print multip(6,2); OUTPUT: 12 use Perl6::Parameters; sub multip ( $a, $b ) { return $a * $b; } print multip(6,2); OUTPUT: 0 Thanks for your attention, Sebastián
Download image001.gif
image/gif 835b
image001.gif