Re: Need help converting from Perl 5

2018-05-13 Thread ToddAndMargo
On 05/13/2018 09:41 PM, ToddAndMargo wrote: Hi All, I can't not remember what I did in Perl 5 here and am not having a good time converting it to Perl 6. $  perl -e 'my $A="44.rc0"; if ($A ~~ /(^[0-9,.,a,b,rc]+$)/ ) {print "$1\n";} else {print "\$A = <$A>\n"}' 44.rc0 The actual code is: if

Need help converting from Perl 5

2018-05-13 Thread ToddAndMargo
Hi All, I can't not remember what I did in Perl 5 here and am not having a good time converting it to Perl 6. $ perl -e 'my $A="44.rc0"; if ($A ~~ /(^[0-9,.,a,b,rc]+$)/ ) {print "$1\n";} else {print "\$A = <$A>\n"}' 44.rc0 The actual code is: if ( $Line2 ~~ /(^[0-9,.]+$)/ ) { push ( @WebVer

[perl #127064] [PERF] Variable interpolation in regex very slow

2018-05-13 Thread Daniel Green via RT
On Tue, 07 Nov 2017 17:14:15 -0800, ddgr...@gmail.com wrote: > On Tue, 07 Nov 2017 17:10:29 -0800, ddgr...@gmail.com wrote: > > On Sun, 15 Oct 2017 05:19:54 -0700, ddgr...@gmail.com wrote: > > > On Thu, 31 Dec 2015 05:39:24 -0800, ju...@jules.uk wrote: > > > > > > > > > > > > On 29/12/2015 23:05, T

Re: XML:XPath

2018-05-13 Thread Theo van den Heuvel
Hi Zoffix, 'zef update' updates two mirror sites and 'zef upgrade zef' results in ===> Searching for: zef Unsure of how to handle the following distributions: zef:ver<0.3.1>:auth All requested distributions are already at their latest versions This is not a problem for me at all. I just menti