Re: comparing data in array

2005-06-03 Thread Raptorfan
From: "Paul Malcher" <[EMAIL PROTECTED]> If you say something like $count = grep(/$condition/,@array1); then $count will a count of how many times the condition occurs. Now if you a minor nit; it would be more correct to use scalar() in that case. i'm cleaning up another person's scripts at wo

Re: comparing data in array

2005-06-03 Thread Paul Malcher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eko Budiharto wrote: > Hi, I have data in an array and then compare each data with a > certain condition. How can I retrieve each data in an array and > then compare it? > Right idea as far as the code below goes, but it would be far simpler to use g

crypt-ssleay

2005-06-03 Thread Mathieu Longtin
ActiveState doesn't maintain a compilation of Crypt-SSLeay. Add this repository to ppm3's config, and you should find it. http://theoryx5.uwinnipeg.ca/ppms/ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://ma

Crypt::SSLea

2005-06-03 Thread Hugh Loebner
Hello all, I'd like to access a website using HTTPS I used the sample script:     use strict ;     use warnings ;      use LWP::UserAgent;      my $ua = LWP::UserAgent->new;      my $req = HTTP::Request->new(GET => 'https://www.fs.ml.com/home/home.asp');      $req->authorization_basic('acct-no'