... { my @data = qw( this isn't visible elsewhere ); sub func { # Do something with @data here ... } } ...