Help for this page

Select Code to Download


  1. or download this
          2 use SDBM_File;
          3 use MLDBM qw (SDBM_File);
    ...
         24         print "value is: .$_.\n";
         25     };
         26 };
    
  2. or download this
    key: .1. value: .first.
    key: .2. value: .second.
    ...
    value is: .a.
    value is: .b.
    value is: .c.
    
  3. or download this
    key: .1. value: .first.
    key: .2. value: .second.
    key: .3. value: .third.
    SDBM_File doesn't define an EXISTS method at dbm.pl line 18