$ perl -e'use feature qw( state ); ( state $x ) = 123;' Initialization of state variables in list currently forbidden at -e line 1, near "123;" Execution of -e aborted due to compilation errors.