in reply to Re^8: Combining Ffile:fetch with MySQL
in thread Combining Ffile:fetch with MySQL
and the output is the same. no error messages. changing it from print $error to print $ff, I get the link followed by: File::Fetch=HASH(0x30d2a18)#$path='/data/'; $path= '/data/documents/'; while (my $ref = $query->fetchrow_hashref()) { print "url: $ref->{url}\n"; my $ff = File::Fetch->new(uri=>$ref->{url}); my $where = $ff->fetch( to => '$path'); my $error= $ff->error(); print $error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Combining File::Fetch with MySQL
by hippo (Archbishop) on Jul 25, 2022 at 15:47 UTC | |
by justin423 (Scribe) on Jul 25, 2022 at 16:58 UTC |