Hi
I am trying to achieve the same goal and attempted your solution.
Did you encounter any issues where the perl script failed to be able to run html2wiki on the generated url?
i am using ActivePerl and running this via the windows command prompt.
I have verified the url exists by running: explorer http://www….
After spending much time pulling down all the necessary perl modules i get this error:
$> perl wikifetch.pl
Reading config…
Pending pages:
Configuring_Eclipse_developmentDone reading config
Fetching/processing: http://…valid url
request for <http://…valid url> failed at wikifetch.pl line 113
the line it ocmplains about is:
my $wiki_text = $wc->html2wiki( uri => $page_name );
can you suggets a html command line test i can run to similate this from the command line?
my perl knowledge is not good.
thanks
Tom
Updated by unknown -