See Original text in context
our
variables work just like my
variables, except that they also introduce an alias into the symbol table.
# Available as $M::Var here.
In order to create more than one variable with package scope, at the same time, surround the variables with parentheses:
our ( , );
see also declaring a list of variables with lexical or package scope.