We could have an option to do Bulk Inserts ..
Hi,
I am having trouble building pugs (Perl6-Pugs-6.0.10 and
Perl6-Pugs-6.0.11) on win2k professional. I am not able to get the new
versions up (I have upgraded MakeMaker and Module::Install). I have
put in some more details here .
http://rt.cpan.org/NoAuth/Bug.html?id=11814
Thanks,
Hi ,
Is this behaviour correct when i print $_ ? ..
#!/usr/bin/pugs
use v6;
for (0 .. 8) -> $tmp
{
say "tmp is $tmp \n";
}
for (0 .. 8) -> $tmp
{
say " tmp is $tmp Spcl is $_ \n";
}
Output is
tmp is 0
tmp is 1
tmp is 2
tmp is 3
tmp is 4
tmp is 5
tmp is 6
tmp is 7
I Dont think this is fixed , Im still getting this Error .
for (0 .. 8) -> $tmp
{
say " tmp is $tmp Spcl is $_ \n";
}
On 4/26/05, Aaron Sherman <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-04-25 at 08:43, Luke Palmer wrote:
>
> > Nope. It seems that pugs is considering $tmp and the implic