Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $public_static_variable;
    
  2. or download this
    package Bar;
    
    sub get_public_static_value {
    ...
    
        $public_static_variable = $new_val;
    }