in reply to Re^2: Win 10 Anniversary killed Perl
in thread Win 10 Anniversary killed Perl

#2: The command use LWP::Simple; no longer seems to do anything.

What do you mean by that? Error message? No error message? Something else?

Replies are listed 'Best First'.
Re^4: Win 10 Anniversary killed Perl
by cxgy (Novice) on Sep 27, 2016 at 05:10 UTC
    I was looking at the wrong file. It turns out it is downloading but what isn't working is automatic appending. I download 11 files and join them into 1 by using  $file = ">c:/filename"; for the 2nd thru 11th files. The > command no longer seems to work. EDIT : I have my script working again by removing the > and instead combining the files after they are loaded using the windows command copy \b. Thanks.

      using the windows command copy \b

      I presume you mean copy /b?