#position variables for the grid> my $init_x = 0; my $init_y = 0; my $next_x = $pixel_width; my $next_y = $pixel_height;