I usually use this code for my http request: use LWP; use HTTP::Request::Common; $req=new HTTP::Request('GET', "$url"); but it doesn't work for https request ! how to make a https request ? thank you. Mike. imike@wanadoo.fr # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org