Help for this page

Select Code to Download


  1. or download this
    #--http://perldoc.perl.org/functions/tie.html 
    # print out history file offsets
    ...
        print $key, ' = ', unpack('L',$val), "\n";
        }
    untie(%HIST)
    
  2. or download this
    [Perl]# perl testTie1.pl
    Can't locate NDBM_File.pm in @INC (@INC contains: /usr/lib/perl5/5.10.
    +0/i386-lin
    ...
    erl5/vendor_perl /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thre
    +ad-multi /
    usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl /u
    +sr/lib/per
    l5/site_perl .) at testTie1.pl line 2.
    
  3. or download this
    [prompt]#  find / -name "NDBM_File*"
    [prompt]# perl -V
    
  4. or download this
    CPAN Terminal> m NDBM_File    
     1 Memoize::NDBM_File                  0.65     MJD       
    ...
    
    *** Install log written to:
      /root/.cpanplus/install-logs/NDBM_File-1.07-1239814025.log