Raku's `=finish`takes place of Perl's `__DATA__`

2023-06-19 Thread William Michels via perl6-users
Thank you, Richard! I was looking for the Raku equivalent of Perl's: `__DATA__`. Thanks to you I know now, it is: `=finish` (in/from Raku's POD6 Specification). Best Regards, Bill. PS Now, if we could just get brian d foy to blog about "Stupid `=finish` Tricks" !!

Is this a regex bug?

2023-06-19 Thread ToddAndMargo via perl6-users
Hi All, Fedora 37 RakudoPkgFedora37-2023.05.01.x86_64.rpm https://github.com/nxadm/rakudo-pkg/releases The `/$0$1 $2/` is not coming out correct. Is this a bug or did I do something wrong? Many thanks, -T $ curl -L http://vpaste.net/pxRm6 -o - #!/bin/raku print "\n"; my Str $x =

Re: Need regex in the middle wildcard help

2023-06-19 Thread ToddAndMargo via perl6-users
On 6/19/23 07:39, Richard Hainsworth wrote: HI Todd, Some more clean up: On 19/06/2023 12:41, ToddAndMargo via perl6-users wrote: This is my test program: #!/bin/raku print "\n"; my Str $x = Q[href="wike-2.0.1-1.fc38.noarch.rpm">wike-2.0.1-1.fc38.noarch.rpm 27-Apr-2023 01:53  143K] ~    

Re: Need regex in the middle wildcard help

2023-06-19 Thread Richard Hainsworth
HI Todd, Some more clean up: On 19/06/2023 12:41, ToddAndMargo via perl6-users wrote: This is my test program: #!/bin/raku print "\n"; my Str $x = Q[href="wike-2.0.1-1.fc38.noarch.rpm">wike-2.0.1-1.fc38.noarch.rpm 27-Apr-2023 01:53  143K] ~

Re: Need regex in the middle wildcard help

2023-06-19 Thread ToddAndMargo via perl6-users
On 6/19/23 03:03, ToddAndMargo via perl6-users wrote: On 6/18/23 05:38, ToddAndMargo via perl6-users wrote: Hi All, I know how to do this with several regex's and words. What I'd like to learn is how to remove something from the middle with regex using a wild card. And I can't figure it out

Re: Need regex in the middle wildcard help

2023-06-19 Thread ToddAndMargo via perl6-users
On 6/18/23 05:38, ToddAndMargo via perl6-users wrote: Hi All, I know how to do this with several regex's and words. What I'd like to learn is how to remove something from the middle with regex using a wild card. And I can't figure it out #!/bin/raku print "\n"; my Str $x =