Jun 14, 2005 #1 Zippeh Programmer Sep 24, 2002 56 GB Is there any way of getting XML::Simple to retrieve a remote XML document over HTTPS?
Jun 14, 2005 #2 Rieekan Programmer Apr 2, 2001 737 US Not that I'm aware of, but you could use LWP::UserAgent to do that and then parse it with XML::Simple. - Rieekan Upvote 0 Downvote
Not that I'm aware of, but you could use LWP::UserAgent to do that and then parse it with XML::Simple. - Rieekan