Help for this page

Select Code to Download


  1. or download this
    perl -e "use SDBM_File;use Fcntl;tie %h, 'SDBM_File', 'H:\dbm\mydbmfil
    +e',
     O_RDWR, 0600;for (sort keys %h){print \"$_=$h{$_}\n\";}"
    
  2. or download this
    H:\>perl -e "use SDBM_File;use Fcntl;tie %h, 'SDBM_File', 'H:\dbm\mydb
    +mfile',
     O_RDWR, 0600;map {print \"$_=$h{$_}\n\";} sort keys %h;"