配列にダイレクトでスペース区切り文字列を代入できる?
@array = qr( direct space input );
print @array;
-> directspaceinput
となるらしい.