Changeset 19139 for trunk/arclog/arclog.pl
- Timestamp:
- Aug 20, 2008, 1:30:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/arclog/arclog.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/arclog/arclog.pl
r17281 r19139 19 19 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 20 20 21 my $filter_records = 0;21 my $filter_records = 1; 22 22 23 23 my $rcfile = "$ENV{HOME}/.arclogrc"; … … 47 47 my $hostport = "$host:$http_port"; 48 48 my $ua = LWP::UserAgent->new; 49 $ua->timeout(10); 49 50 $ua->conn_cache(LWP::ConnCache->new()); 50 51 $ua->credentials( "$hostport", $realm, $user => $myhosts->{$host});
Note:
See TracChangeset
for help on using the changeset viewer.
