As choroba commented, i changed anonymous hash to anonymous array, so no key pair value.
'Programming' => q/Expert's Guide to Scala/ ,
and then,
print @{$tgs{articles}{Python}{Programming}};
Comment on Re^3: A "simple" question regarding accessing a value in a complex data structure.