Help for this page

Select Code to Download


  1. or download this
    Package Tie::Hash::SaveConfig;
    
    ...
    
    1;
    __END__
    
  2. or download this
    use Tie::Hash::SaveConfig;
    my %hash = ();
    tie %hash,'Tie::Hash::SaveConfig';
    %hash = (Foo=>"Bar");