$ perl -e'my $x = chr( 0x2660 ); vec( $x, 0, 1 );' Use of strings with code points over 0xFF as arguments to vec is forbidden at -e line 1.