our $var; # Declare a variable in the current package. *var = \$main::var; # Create an alias in the current package to package main's $var;