in reply to weirdness with delete
use Storable qw( dclone ); my %subs = ( path => [ @{dclone($session{hierarchy_path})} ] ); #rest of script [download]
--
flounder