/[swish]/trunk/spider/progspider
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/spider/progspider

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 91 by dpavlin, Sun Aug 29 21:19:13 2004 UTC revision 92 by dpavlin, Mon Nov 22 17:09:23 2004 UTC
# Line 62  sub file { Line 62  sub file {
62          my $path = $_;          my $path = $_;
63          my $contents;          my $contents;
64    
65            return if (-l $path);
66    
67          if ($pdftotext && -f $path && $path =~ m/\.pdf$/i) {          if ($pdftotext && -f $path && $path =~ m/\.pdf$/i) {
68    
69                  print STDERR "$path {converting}" if ($verbose);                  print STDERR "$path {converting}" if ($verbose);

Legend:
Removed from v.91  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.26