Help for this page

Select Code to Download


  1. or download this
    use DB_File;
    tie %hash, "DB_File", $filename or die "NO DIE\n";
    %hash{key}='value';
    untie %hash;
    
  2. or download this
    -----------------------------------
    --the good, the bad and the physi--
    -----------------------------------