in reply to Re^4: Foreach Array and Html table extract
in thread Foreach Array and Html table extract
Christoforo is correct (below): You're never actually fetching the URL. LWP::Simple's "get" is never invoked. Even if you're reading the table from a file, you probably shouldn't be parsing it "line by line". Slurp the file into a scalar and parse the whole thing.
Dave
|
|---|