yeah, I'm starting to think that it has something to do with my side...
• 2 views
•
link
Hello!
I'm trying to retrieve the information under "Representative" in a bunch of NCBI pages (e.g. here). For this I was trying to use the following code, which yields 'undef'.
#!/usr/local/bin/perl use strict; use warnings; use autodie; use Data::Dump;use LWP::Simple qw(get);my $content=get('http://www.ncbi.nlm.nih.gov/genome/?term=Xylella_fastidiosa');dd $content;
So my questions are the following:
Thanks
Log in to answer this question.