Help for this page

Select Code to Download


  1. or download this
    package IPC::SharedHash::DBDSQLite;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        my $return = $hash->fetch("key$_");
        die "bad return: $return" unless $return == $_;
    }