in reply to Re^6: Combining Ffile:fetch with MySQL
in thread Combining Ffile:fetch with MySQL
while (my $ref = $query->fetchrow_hashref()) { print "url: $ref->{url}\n"; my $ff = File::Fetch->new(uri=>$ref->{url}); my $where = $ff->fetch( to => '/data/'); } $query->finish;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Combining Ffile:fetch with MySQL
by hippo (Archbishop) on Jul 25, 2022 at 14:38 UTC | |
by justin423 (Scribe) on Jul 25, 2022 at 15:06 UTC | |
by hippo (Archbishop) on Jul 25, 2022 at 15:47 UTC | |
by justin423 (Scribe) on Jul 25, 2022 at 16:58 UTC |