if ( grep(/^$path$/, @directories) ) { #exact input to array element search print "$path exists in the array of directories"; }