Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my @mtx = (1, 2; 3, 4, 5; 6, 7, 8, 9);
- @mtx[1;2] == 5 or die "Wrong value";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement