my $size_input; sub wanted { ... $size_input ... } ... $size_input = ...; ... find({wanted => \&wanted}, $fs_input);