package manipulate; use strict; use Depot::GUI; [...] if ($var eq "$option") { $config{$var} = $value if $value; last; }