Re: DBI v2 - The Plan and How You Can Help

2005-07-19 Thread Kiran Kumar
We could have an option to do Bulk Inserts ..

nmake error building Pugs

2005-03-14 Thread Kiran Kumar
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,

Is this the correct behaviour

2005-04-25 Thread Kiran Kumar
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

Re: Is this the correct behaviour

2005-04-26 Thread Kiran Kumar
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