- or download this
#!/usr/bin/perl -w
...
my $remote_dir = '/pub/antivirus/NAV/signatures';
my $destination_dir = 'current-sig';
- or download this
my @lupd = ();
...
close(LASTUPDATE);
}
- or download this
my %haveit;
...
my @newupdate;
foreach my $file (@listing) {
- or download this
next if $haveit{ $file };
...
close(NEWUPDATE)
or die "Closing lastupdate.txt failed ($!)";