admin New blog, not much to see. Yitzchak Scott-Thoennes 05 Jun 2025 Will be adding things, and eventually move some old things from https://ysth.livejournal.com.
Idiomatic Perl solutions to the weekly challenge 324 Task 1: You are given an array of integers and two integers $r amd $c. Write a script to create two dimension array having $r rows and $c columns using the given array. I'm sure there are modules to facilitate this, but I'm not sure any