consider a code example:
$VAR1 = { 'en' => { 'new' => { 'style' => 'defaultCaption', 'tts:fontStyle' => 'bold', 'id' => 'new' }, 'defaultCaption' => { 'tts:textAlign' => 'left', 'tts:fontWeight' => 'normal', 'tts:color' => 'white', } }, 'es' => { 'defaultSpeaker' => { 'tts:textAlign' => 'left', 'tts:fontWeight' => 'normal', }, 'new' => { 'style' => 'defaultCaption', 'tts:fontStyle' => 'bold', 'id' => 'new' }, 'defaultCaption' => { 'tts:textAlign' => 'left', 'tts:fontWeight' => 'normal', } } };
I return it as a link, return \% hash
How do I play this?
source share