Help for this page

Select Code to Download


  1. or download this
    use Fcntl;
    use AnyDBM_File;
    tie %hash, 'AnyDBM_File', "test", O_RDWR|O_CREAT, 0664;
    
  2. or download this
    $hash{value}{another_value} = 3;