can someone calrify exactly how the web scraping proxy is used

I am looking at it's readme file and it says

Usage:

wsp.pl [-v] [-a] [-p proxy]

and suggests the proxy does not contain http://

I assume web scraping proxy saves the content it is scraping to a file, does it do this automatically, or do i have to suggest the file it is to be saved, I have tried several combinations each time it says bad command or filename, and proceeds to (what I assume is web scraping proxy running, with either listening on port 5364... open for connections yet nothing actually shows on the screen that web scraping proxy is doing anything), I have also tried

perl wsp.pl -v > filetosaveto -p proxy proxyport

only to be met with the same error, sometimes ignoring the port I specified and defaulting to 5364. wsp.pl is in a subdirectory wspv2 in c:/perl/bin. I am a little stumped on where to go next, as far I as I am aware all the required modules from the readme file are installed

Edited by planetscape - added rudimentary formatting

( keep:0 edit:16 reap:0 )


In reply to using the web scraping proxy by coder57

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.