use Config::File 'config'; $hashref = config( file => $file, path => $path ); print $hashref->{key};