Rosettacode tasks in Perl 6
More
Search
Ctrl + K
Delete a file
Copy
unlink
'input.txt'
;
unlink
'/input.txt'
;
rmdir
'docs'
;
rmdir
'/docs'
;
Previous
Delegates
Next
Deming's funnel
Last updated
11 months ago