> From: "K Old" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Execute URL via Perl
> Date: Mon, 29 Jan 2001 11:46:45 -0600
> Reply-To: [EMAIL PROTECTED]
> 
> Hello all,
> 
> I understand this might be a little off topic, but I no where else to turn.  
> I am writing a perl script that I would like to have connect to a secure 
> server and send some information (from a web form).
> 
> I thought I could just do this by executing a command like this:
> 
> exec lynx https://secure.domain.to
> 
> But, evidently lynx does not support secure connections.

I believe there's now a newer version of lynx that DOES support secure
connections.  I have a vague recollection of reading that somewhere.

If you don't find that, try cURL which DEFINITELY supports secure
connections.  http://curl.haxx.se/

 
> Does anyone know how I can connect and submit information to a secure server 
> via the command line?
> 
> Or is there a Perl module I'm not aware of?

Undoubtedly there's a Perl module somewhere, but I've used both lynx
and cURL in Perl scripts and curl is also handy to use from command
line.

> Thanks,
> Kevin

  pete


        pete peterson
        GenRad, Inc.
        7 Technology Park Drive
        Westford, MA 01886-0033

        [EMAIL PROTECTED] or [EMAIL PROTECTED]
        +1-978-589-7478 (GenRad);  +1-978-256-5829 (Home: Chelmsford, MA)
        +1-978-589-2088 (Closest FAX); +1-978-589-7007 (Main GenRad FAX)
 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to