Lines Matching refs:file
14 # Version 2.0 (the "License"); you may not use this file except in compliance
45 file => 'lwpcookies.txt',
51 print STDERR "no old cookie jar file, so asking for new authorization\n"
63 print STDERR "save cookie jar file\n";
67 print STDERR "load cookie jar from the file\n";
72 # Open log file.
73 open LOG, ">purl_creations.log" or die "Couldn't open log file: $!\n";
76 # Make a new request for each file in the directory.
78 foreach $file (@files) {
80 # Get content from file
82 open FILE, $file or die "Couldn't open file $file: $!\n";
99 print "$file OK\n";
100 print LOG "$file OK\n";
102 print "\nERROR: $file: $report\n\n";
103 print LOG "\nERROR: $file: $report\n\n";