use Storable qw/lock_nstore/; my $cfg = { ## configuration data here }; lock_nstore($cfg => '/some/file/name/here');