IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2008, 1:30:54 PM (18 years ago)
Author:
jhoblitt
Message:

enable filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/arclog/arclog.pl

    r17281 r19139  
    1919pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    2020
    21 my $filter_records = 0;
     21my $filter_records = 1;
    2222
    2323my $rcfile = "$ENV{HOME}/.arclogrc";
     
    4747    my $hostport = "$host:$http_port";
    4848    my $ua = LWP::UserAgent->new;
     49    $ua->timeout(10);
    4950    $ua->conn_cache(LWP::ConnCache->new());
    5051    $ua->credentials( "$hostport", $realm, $user => $myhosts->{$host});
Note: See TracChangeset for help on using the changeset viewer.