in reply to @ printing content of referenced array
$desc_ref = \@description."\n";
$desc_ref = \@description; [download]
use Data::Dumper; print Dumper($desc_ref); [download]