in reply to Re^3: Combining Ffile:fetch with MySQL
in thread Combining Ffile:fetch with MySQL
so this is the code where there is an issue.
while ($url = $query->fetchrow_array()) { print "url: $row->{url}\n"; # logic to get unique filename for output my $outfile = $path.$document_id; print $outfile; my $ff = File::Fetch->new( uri => url ); $ff->fetch(to => $outfile) or die "failed to fetch '$url' to '$outf +ile'.";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Combining Ffile:fetch with MySQL
by justin423 (Scribe) on Jul 24, 2022 at 17:48 UTC | |
by hippo (Archbishop) on Jul 24, 2022 at 22:34 UTC | |
by justin423 (Scribe) on Jul 24, 2022 at 23:13 UTC | |
by hippo (Archbishop) on Jul 25, 2022 at 14:38 UTC | |
by justin423 (Scribe) on Jul 25, 2022 at 15:06 UTC | |
|