Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl5
    use CGI::Carp qw(fatalsToBrowser);
    ...
    my $count = 0;
    print "There are ", scalar keys %PL, "items in the DB.\n";
    dbmclose(%PL);