Closed nichtich closed 9 years ago
This does not work because file must be given on constructor:
file
my $importer =Catmandu::Importer::getJSON->new(url => $url); $importer->file(\"{\"title\":\"$title\"}"); $importer->each( ... );
Maybe passing an array reference or other kind of easy iterator?
I don't understand myself anymore
This does not work because
file
must be given on constructor:Maybe passing an array reference or other kind of easy iterator?