in reply to Re^2: https request i got the cURL working
in thread https request i got the cURL working

Um, try this
my @stuff = qw'curl ....'; print "@stuff"; print qx!@stuff!;