Files
basic-computer-games/85_Synonym/perl
Martin Thoma e64fb6795c MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00
..
2022-03-05 09:29:23 +01:00
2022-03-05 09:29:23 +01:00

Original source downloaded from Vintage Basic

Conversion to Perl

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.