If the name given does not represent a readable plain file or symbolic link, undef will be returned #### if ( ( -r $renamed_file )&& ( ( -f $renamed_file ) || ( -l $renamed_file ) ) ){ #add to zip } else{ print "$renamed_file is not a readable valid file id\n" }