{ # file is not world readable! my $password = 'my_secret'; sub my_privy { # do private things } } #### my $val = do { # valuable stuff };