## abgeguckt von renee :P aetsch! open( FILE, '<', "$whitelist" ) or die "Could not open file: $!"; while ( my $f = ) { chomp $f; push( @correct_hashes, $f ); } close(FILE);