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";