X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fpage.pl;fp=cmd%2Fset%2Fpage.pl;h=f7dc64dc19015e3b9b489ffc76de9f64f21e4505;hb=cce345b95c555a0b45218c5b452bc0f5f4f13bab;hp=0000000000000000000000000000000000000000;hpb=8a0f0fc3c54895f0ce8b0207e42af1f693d757f6;p=spider.git diff --git a/cmd/set/page.pl b/cmd/set/page.pl new file mode 100644 index 00000000..f7dc64dc --- /dev/null +++ b/cmd/set/page.pl @@ -0,0 +1,13 @@ +# +# set the page length for this invocation of the client +# +# Copyright (c) 1998 - Dirk Koopman G1TLH +# +# $Id$ +# +my $self = shift; +my $l = shift; +$l = 20 if $l = 0; +$l = 10 if $l < 10; +$self->pagelth($l); +return (1);