Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    close (IN);
    close (OUT);
    
  2. or download this
    use Hash::Util qw(lock_hash);
    my %settings; 
    ...
        $settings{$key}=$setting;
    }
    lock_hash %settings;