Files
basic-computer-games/85_Synonym/perl/README.md
Pat Ludwig d2dc09591d Add 85_Synonym perl version
Uses List::Util to handle all of the array manipulation
which is standard in the perl core.
2022-01-02 13:38:49 -06:00

8 lines
380 B
Markdown

Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
Conversion to [Perl](https://www.perl.org/)
I used List::Util to do all the heavy work to show that perl can handle all the various
array functions. It would be interesting to see a version that handled all of this
manually as there ended up being very little code left in this program.