sub st3_look { my $cells = shift; state @points_str = map { join ':', @{$_} } @points; ... } Initialization of state variables in list context currently forbidden at test.pl line 266, near "@points;" Execution of test.pl aborted due to compilation errors.