my $itemref = Item::Item->new( "10056" ); my @item = @$itemref; print $item[0]->{_description}, "\n";