Front page | perl.perl6.users |
Postings from November 2023
Re: Raku IO IceDrive bug
Thread Previous
|
Thread Next
From:
William Michels via perl6-users
Date:
November 5, 2023 20:08
Subject:
Re: Raku IO IceDrive bug
Message ID:
D18DA8C6-FAFA-470A-9A8B-42D735ABF35B@caa.columbia.edu
Won't adding a `\n` newline to the `spurt()` call eventually cause problems?
What happens if you omit the `\n` below?
Best, Bill.
> On Oct 22, 2023, at 06:02, ToddAndMargo via perl6-users <perl6-users@perl.org> wrote:
>
> spurt "$TestFile", "Old File Found\n";
> spurt "$TestFile", "New File Opened\n";
Thread Previous
|
Thread Next