Rosettacode tasks in Perl 6
More
Search
Ctrl + K
Write entire file
Copy
spurt
'path/to/file'
, $file-data;
or
Copy
'path/to/file'
.IO.spurt: $file-data;
Previous
Worthwhile task shaving
Next
Write float arrays to a text file
Last updated
11 months ago