$ENV{'VAR'} = '/home/testuser/path';
@types = ("Type1","Type2","Type3");
Nicht „==“, sondern „eq“ bzw. „neq“
if ($string1 eq $string2) { print "Equal\n"; }