Diff for /db/prgsrc/eq/Attic/findequal.pl between versions 1.4 and 1.7

version 1.4, 2001/05/18 03:23:45 version 1.7, 2001/05/18 22:50:25
Line 32  use POSIX qw (locale_h); Line 32  use POSIX qw (locale_h);
   
 do "common.pl";  do "common.pl";
   
   if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"};
   
   print "before checktable";
   
   
 if (checktable('equalto')) {die "The table equalto exists. You must delete it first!\n"};  if (checktable('equalto')) {die "The table equalto exists. You must delete it first!\n"};
   
   if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"};
   
   print "before mydo";
   
   
 print "Creating equalto table...\n";  print "Creating equalto table...\n";
   
         mydo("CREATE TABLE equalto (          mydo("CREATE TABLE equalto (
Line 44  print "Creating equalto table...\n"; Line 54  print "Creating equalto table...\n";
         or die "Can't create equalto table: $!\n";          or die "Can't create equalto table: $!\n";
   
   
   if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"};
   print "before getbase";
   
 getbase(QuestionId,Question);  getbase(QuestionId,Question);
   
   
   print "after getbase";
   
 print "Loading questions...\n";  print "Loading questions...\n";
   

Removed from v.1.4  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>