in reply to Re^3: lwp-request issue.
in thread lwp-request issue.

Oh, of course (smacks forehead).

get is a batch file, so you have to call it when used from another batch file, or else it'll just do a "goto" instead. I have no idea what Microsoft was thinking when they designed this, uh, "feature".

call get -S -d http://www.yahoo.com call get -S -d http://www.google.com rem etc...

Replies are listed 'Best First'.
Re^5: lwp-request issue.
by Anonymous Monk on Aug 24, 2010 at 11:08 UTC
    as GET is perl program, forget the shell and write it in perl