fix console.pl max scroll depth
[spider.git] / cmd / dbupdate.pl
1 #!/usr/bin/perl
2 #
3 # Database update routine
4 #
5 # Copyright (c) 1999 Dirk Koopman G1TLH
6 #
7 my ($self, $line) = @_;
8 my @f = split /\s+/, $line;
9 my @out;
10
11
12 return (1, @out);