[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] BOUNCE macperl-webcgi@macperl.org: Non-member submission from [imike <imike@wanadoo.fr>]



>From macperl@cfcl.com  Wed Feb 16 14:03:44 2000
X-Sent-To: <macperl-webcgi@macperl.org>
Received: from apeiba.wanadoo.fr (smtp-rt-2.wanadoo.fr [193.252.19.154])
	by cfcl.com (8.9.2/8.9.2) with ESMTP id OAA13164
	for <macperl-webcgi@macperl.org>; Wed, 16 Feb 2000 14:03:44 -0800 (PST)
Received: from mahonia.wanadoo.fr (193.252.19.58) by apeiba.wanadoo.fr; 16 Feb 2000 22:56:23 +0100
Received: from [62.161.107.54] (164.138.123.1) by mahonia.wanadoo.fr; 16 Feb 2000 22:56:17 +0100
User-Agent: Microsoft Outlook Express Macintosh Edition - 5.0 (1513)
Date: Wed, 16 Feb 2000 22:56:12 +0100
Subject: https request...
From: imike <imike@wanadoo.fr>
To: <macperl-webcgi@macperl.org>
Message-ID: <B4D0DB8C.52F%imike@wanadoo.fr>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit

I usually use this code for mike http request:


use LWP;
use HTTP::Request::Common;
$req=new HTTP::Request('GET', "$url");


but i doesn't work for https request !

how to make a https request ?


# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org