print( { $filehandle } $some_data ); #### print $filehandle $some_data; #### print($filehandle $some_data); #### print { $filehandle } $some_data;