sub kgb_look { my $cells = shift; state @points_str = map { pp($_) } @points; ... } Initialization of state variables in list context currently forbidden at test.pl line 341, near "@points;" Execution of test.pl aborted due to compilation errors.