From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 print <<DUMMY_TEST;1..2ok 1 Should parse as literal backslash --> \\ok 2 Not a continuation lineDUMMY_TEST
print <<DUMMY_TEST;
1..2
ok 1 Should parse as literal backslash --> \\
ok 2 Not a continuation line
DUMMY_TEST