Hi! In my code I use a 2d array which I need in more than two subroutines. This array doesn't have specific dimensions. The user gives them. Is there any way to declare it so it wouldn't be changed every time I need it? I've tried to declare it as global but I couldn't.