I need help with IO.e

2020-05-15 Thread ToddAndMargo via perl6-users
Hi All,. Windows 7, sp1, x64 >raku -v This is Rakudo version 2020.01 built on MoarVM version 2020.01.1 implementing Perl 6.d. I am trying to get perl to tell me if a drive letter exists This is from Git's df command: >df -kPT H:\ Filesystem Type 1024-blocks Used Available Capacity

Matching subpatterns in any order, conjunctions, negated matches

2020-05-15 Thread Joseph Brenner
Regex engines by their nature care a lot about order, but I occasionally want to relax that to match for multiple multicharacter subpatterns where the order of them doesn't matter. Frequently the simplest thing to do is just to just do multiple matches. Let's say you're looking for words that

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 17:26, Tom Browder wrote: On Fri, May 15, 2020 at 13:47 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: >> On 15 May 2020, at 20:08, ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: >> >> On 2020-05-15 10:37, Elizabeth

Re: bash "."?

2020-05-15 Thread Tom Browder
On Fri, May 15, 2020 at 13:47 ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > > >> On 15 May 2020, at 20:08, ToddAndMargo via perl6-users < > perl6-us...@perl.org> wrote: > >> > >> On 2020-05-15 10:37, Elizabeth Mattijsen wrote: > >>> There will never be a Perl 6 version. > >> > >>

Re: fill in form

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 15:23, Peter Pentchev wrote: On Fri, May 15, 2020 at 02:51:10PM -0700, ToddAndMargo via perl6-users wrote: On 2020-05-13 14:05, Peter Pentchev wrote: So... I believe Timo gave you that as an example how to use a grid to position the various controls (buttons, text labels, input

Re: fill in form

2020-05-15 Thread Peter Pentchev
On Fri, May 15, 2020 at 02:51:10PM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-13 14:05, Peter Pentchev wrote: > > So... I believe Timo gave you that as an example how to use a grid to > > position the various controls (buttons, text labels, input fields). > > You start there, you

Re: fill in form

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-13 14:05, Peter Pentchev wrote: So... I believe Timo gave you that as an example how to use a grid to position the various controls (buttons, text labels, input fields). You start there, you figure out what text labels, what input fields, what buttons you need, and then you use the

Re: sqrt and Buf question

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 12:09, Bruce Gray wrote: On May 14, 2020, at 4:36 PM, ToddAndMargo via perl6-users wrote: On 2020-05-14 08:13, Bruce Gray wrote: On May 14, 2020, at 7:27 AM, ToddAndMargo via perl6-users wrote: Hi All, 1) how do I get 40 or more digits out of sqrt? —snip— Use an Integer

Re: sqrt and Buf question

2020-05-15 Thread Bruce Gray
> On May 14, 2020, at 4:36 PM, ToddAndMargo via perl6-users > wrote: > > On 2020-05-14 08:13, Bruce Gray wrote: >>> On May 14, 2020, at 7:27 AM, ToddAndMargo via perl6-users >>> wrote: >>> >>> Hi All, >>> >>> 1) how do I get 40 or more digits out of sqrt? >> —snip— >> Use an Integer Root

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 15 May 2020, at 20:08, ToddAndMargo via perl6-users wrote: On 2020-05-15 10:37, Elizabeth Mattijsen wrote: There will never be a Perl 6 version. what would you use in place of it? On 2020-05-15 11:28, Elizabeth Mattijsen wrote: > There might be a Raku version > If Shlomi has

Re: bash "."?

2020-05-15 Thread Elizabeth Mattijsen
There might be a Raku version > On 15 May 2020, at 20:08, ToddAndMargo via perl6-users > wrote: > > On 2020-05-15 10:37, Elizabeth Mattijsen wrote: >> There will never be a Perl 6 version. > > > what would you use in place of it?

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 10:37, Elizabeth Mattijsen wrote: There will never be a Perl 6 version. what would you use in place of it?

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 01:49, Peter Pentchev wrote: On Fri, May 15, 2020 at 01:24:27AM -0700, ToddAndMargo via perl6-users wrote: On 2020-05-15 00:26, ToddAndMargo via perl6-users wrote: On 2020-05-14 23:57, Shlomi Fish wrote: The INI formats have no official (ISO/etc.) standard, and there are many

Re: bash "."?

2020-05-15 Thread Elizabeth Mattijsen
There will never be a Perl 6 version. > On 15 May 2020, at 19:33, ToddAndMargo via perl6-users > wrote: > > On 2020-05-15 01:43, Shlomi Fish wrote: >> Hi Todd! >> On Fri, 15 May 2020 00:26:28 -0700 >> ToddAndMargo via perl6-users wrote: >>> On 2020-05-14 23:57, Shlomi Fish wrote: The INI

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 01:43, Shlomi Fish wrote: Hi Todd! On Fri, 15 May 2020 00:26:28 -0700 ToddAndMargo via perl6-users wrote: On 2020-05-14 23:57, Shlomi Fish wrote: The INI formats have no official (ISO/etc.) standard, and there are many variations of them. See, for example, the various options

Re: bash "."?

2020-05-15 Thread Shlomi Fish
Hi Todd! On Fri, 15 May 2020 00:26:28 -0700 ToddAndMargo via perl6-users wrote: > On 2020-05-14 23:57, Shlomi Fish wrote: > > The INI formats have no official (ISO/etc.) standard, and there are many > > variations of them. See, for example, the various options that > >

Re: RFE: ini documentation

2020-05-15 Thread p.spek via perl6-compiler
On Thu, May 14, 2020 at 06:51:44PM -0700, ToddAndMargo via perl6-compiler wrote: > Dear Config, > > https://modules.raku.org/dist/Config:cpan:TYIL > > Would you please consider add the following reference to your > web page: > > https://en.wikipedia.org/wiki/INI_file > > It gives a wonderful

Rakudo Star 2020.05-rc2

2020-05-15 Thread p.spek via perl6-users
Good day Rakoons! After the initial -rc1, I've received some feedback and have made a couple small tweaks to fix a few issues. This has resulted in a -rc2, which has been made public for testing. https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.05-rc2.tar.gz

Re: bash "."?

2020-05-15 Thread Peter Pentchev
On Fri, May 15, 2020 at 01:24:27AM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-15 00:26, ToddAndMargo via perl6-users wrote: > > On 2020-05-14 23:57, Shlomi Fish wrote: > > > The INI formats have no official (ISO/etc.) standard, and there are many > > > variations of them. See, for

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 00:26, ToddAndMargo via perl6-users wrote: On 2020-05-14 23:57, Shlomi Fish wrote: The INI formats have no official (ISO/etc.) standard, and there are many variations of them. See, for example, the various options that https://metacpan.org/pod/Config::IniFiles  accepts (note that

Re: bash "."?

2020-05-15 Thread Shlomi Fish
Hi Todd! On Thu, 14 May 2020 14:40:49 -0700 ToddAndMargo via perl6-users wrote: > On 2020-05-14 08:22, Peter Pentchev wrote: > > On Thu, May 14, 2020 at 04:39:18AM -0700, ToddAndMargo via perl6-users > > wrote: > >> On 2020-05-13 22:27, Bruce Gray wrote: > >>> > >>> > On May 13,

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-14 23:57, Shlomi Fish wrote: The INI formats have no official (ISO/etc.) standard, and there are many variations of them. See, for example, the various options that https://metacpan.org/pod/Config::IniFiles accepts (note that I comaintain it now). I will be playing with them

Re: bash "."?

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-14 23:57, Shlomi Fish wrote: (note that I comaintain it now). Then it will be awesome! Thank yuo!