my $local = get_local_listing ( $assigned_dir ); print "local listing=@$local*****\n"; my @local = defined($local) ? @$local : (); my $remote = get_remote_listing $azx::auction{$A}->{ftp_dir}; my @remote = defined($remote) ? @$remote : ();