Help for this page

Select Code to Download


  1. or download this
    open APPLIST, $applistfile or die "Can't open $applistfile file: $!";
    while (<APPLIST>) {
            push @inpfile, [split /\n/];
    }
    close APPLIST or die "Cannot close $applistfile: $!";
    
  2. or download this
    
    foreach my $ifile (@inpfile)
    ...
                    $sth->execute;
                    }
    }