- or download this
my %small_hash;
@small_hash{@interesting_keys}
= @$config{@interesting_keys};
return \%small_hash;
- or download this
# $config is given
...
return \%setting_for;
}
- or download this
sub get_file_watcher_ref {
my %setting_for;
...
return \%setting_for;
}