Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
W
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
1 year ago