Help for this page
our $var = whatever;
my $var1 =5; &func1($var1); ... #this will grab the variable $var1 you passed in my $private_var = shift; }