On 1/13/25 2:25 AM, Elizabeth Mattijsen wrote:
On 12 Jan 2025, at 04:46, 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 variable
Hi Todd,
First I should apologize for one of my earlier posts. The first token was a bit
of a jumble. I think now you just want the literal string "download" to start
your capture.
As per usual I tried a few different approaches to your regex problem, and
posted what I thought was the best o
> On 12 Jan 2025, at 04:46, 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 splitt