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