Re: Q[] question

2025-01-11 Thread ToddAndMargo via perl6-users
On 1/11/25 7:46 PM, Kevin Pye wrote: On Sun, 12 Jan 2025, at 14:01, ToddAndMargo via perl6-users wrote: Hi All, Is Q[...] the same thing as <...> ? No. Q[…] is the bare quoting construct. There'll be no interpolation of variables, no splitting into words, nothing other than creat

Re: Q[] question

2025-01-11 Thread Kevin Pye
On Sun, 12 Jan 2025, at 14:01, ToddAndMargo via perl6-users wrote: > Hi All, > > Is > Q[...] > > the same thing as > <...> > ? No. Q[…] is the bare quoting construct. There'll be no interpolation of variables, no splitting into words, nothing other than creating a bare string. But Q als

I need help understanding a match

2025-01-11 Thread ToddAndMargo via perl6-users
Hi All, In another post, Bill gave me a wonderful match that took a ridiculously long line of test and cut out what I wanted and put it into cells of an array. @ClickArray = $ClickPage ~~ m:g/ .*? | \h+ > /; I do not understand what he did. m:g = match and global <>= litteral ?

Q[] question

2025-01-11 Thread ToddAndMargo via perl6-users
Hi All, Is Q[...] the same thing as <...> ? my Str $z=Q[ab#\n] ab#\n my Str $z=Q{ab[#\n} ab[#\n my Str $z= ab#\n my Str $z= ab[#\n Many thanks, -T

Re: How to cut up a long line

2025-01-11 Thread William Michels via perl6-users
I was using an older version of Rakudo (2023.05). With a newer version Rakudo (2024.09-01) you now have to `>>.Str` hyper or `.map(*.Str)` map to a string. (I've also added a call to `@AltArray.elems.say`, at the end): ~$ /Users/admin/rakudo/rakudo-2024.09/rakudo-moar-2024.09-01-macos-arm64-cl

Re: How to cut up a long line

2025-01-11 Thread ToddAndMargo via perl6-users
On 1/11/25 2:20 AM, ToddAndMargo via perl6-users wrote: On 1/11/25 2:17 AM, ToddAndMargo wrote: On 1/10/25 9:35 PM, ToddAndMargo wrote: On Jan 10, 2025, at 17:50, ToddAndMargo via perl6-users us...@perl.org> wrote: Hi All, I am scratching my head trying to figure out how to cut up this lo

Re: How to cut up a long line

2025-01-11 Thread ToddAndMargo via perl6-users
On 1/11/25 2:17 AM, ToddAndMargo wrote: On 1/10/25 9:35 PM, ToddAndMargo wrote: On Jan 10, 2025, at 17:50, ToddAndMargo via perl6-users us...@perl.org> wrote: Hi All, I am scratching my head trying to figure out how to cut up this long line; download='betterbird-128.6.0esr-bb20.de.linux-

Re: How to cut up a long line

2025-01-11 Thread ToddAndMargo via perl6-users
On 1/10/25 9:35 PM, ToddAndMargo wrote: On Jan 10, 2025, at 17:50, ToddAndMargo via perl6-users us...@perl.org> wrote: Hi All, I am scratching my head trying to figure out how to cut up this long line; download='betterbird-128.6.0esr-bb20.de.linux-x86_64.tar.bz2'>class="img bz2">betterbir