in reply to Re^3: Running JavaScript from within Perl (or just use the API)
in thread Running JavaScript from within Perl
marto, with regards to your reply on Sep 21, 2019 at 16:31 UTC (which I couldn't figure out how to reply to directly): the code worked (and I'll use it) but gave a warning of "Use of uninitialized value in concatenation (.) or string" at the following line:
print "$feed->{meta}{links}{feed}\n";
Thanks for solving the problem, albeit with a confusing warning.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Running JavaScript from within Perl (or just use the API)
by marto (Cardinal) on Sep 22, 2019 at 02:17 UTC |