in reply to Re^3: Having troubles downloading from FossHub
in thread need help downloading a file

Figured it out! I used HwINFO's other download site. I posted over on the original question. Thank you all for the help !!
  • Comment on Re^4: Having troubles downloading from FossHub

Replies are listed 'Best First'.
Re^5: Having troubles downloading from FossHub
by Anonymous Monk on Jul 26, 2017 at 11:35 UTC
    you figured out what you got told the first time you asked?
      Yes. It took a bit to set in.

      I also made a few mistakes in my code I had to correct. One of them was `use LWP::Protocol::https` instead of `use LWP::Protocol qw ( https )`. I also learned the correct syntax for the User Agent, and the data dumper to get a good error message. Oh, and the obvious, stay away from Foss Hub or make a system call to curl if I can't. I also changed the return status from a reference pointer to the return statement.

      I did post back the final code last night, but it doesn't seem to have migrated. It may be here somewhere. I do have a lot of trouble navigating this forum. If anyone wants to see the final test code and can't find it here, it is also over at http://vpaste.net/rUwvk

      I appreciate all the help. Sorry it took so long to set in.