Help for this page

Select Code to Download


  1. or download this
    use CgiLib;
    use ScmConf;
    ...
    my $count2 = 0;
    my @result;
    tie(%DOC, 'AnyDBM_File', &documentdb, O_RDONLY, 0664);
    
  2. or download this
    my $db = shift(@ARGV);
    my $file = shift (@ARGV);
    ...
    dbmclose (%DOC);
    close (SAL);
    exit 0;