Perl 6 is the latest version. This tag should be used only for requests that relate to behaviors specific to Perl 6. Scripts that can be run in Perl 5 should just use the perl tag.
6
votes
2answers
53 views
Perl 6 oneliner to sum up all numbers in a text file
The task is to sum up scores mentioned in a text file. Scores are floating point numbers as defined by the regexp float immediately preceded by a * character to ...
4
votes
1answer
60 views
Copy directories while changing Unicode filenames to ASCII
I created a short Perl 6 script copyfnameascii.pl to copy a file hierarchy I have, applying an URL Decoding to the names of folders and removing non-ASCII ...