Help for this page

Select Code to Download


  1. or download this
    our $var = whatever;
    
  2. or download this
    my $var1 =5;
    &func1($var1);
    ...
      #this will grab the variable $var1 you passed in
      my $private_var = shift;
    }