Try replacing the line if ( exists %new_list{$file} ) { with if ( exists $new_list{$file} ) {, and the line if ( exists %old_list{$file} ) { with if ( exists $old_list{$file} ) {.
Hope that helps.
In reply to Re: exists EXPR error
by atcroft
in thread exists EXPR error
by smturner1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |