I keep getting copies of the message below. I've gotten perhaps 10 copies of it over the last 24 hours.

It continues even though I unsubscribed.

Return-Path: <[EMAIL PROTECTED]>
Received: from noehlo.host ([127.0.0.1])
        by mx-various.atl.sa.earthlink.net (EarthLink SMTP Server) with SMTP id 
1iwu3yn83Nl36J2; Sat, 15 Sep 2007 05:35:16 -0400 (EDT)
Received: from lists.develooper.com ([63.251.223.186])
        by mx-various.atl.sa.earthlink.net (EarthLink SMTP Server) with SMTP id 
1iwu3y2vH3Nl36J0
        for <[EMAIL PROTECTED]>; Sat, 15 Sep 2007 05:35:16 -0400 (EDT)
Received: (qmail 11633 invoked by uid 514); 15 Sep 2007 09:35:14 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: <mailto:beginners@perl.org>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Id: <beginners.perl.org>
Delivered-To: mailing list beginners@perl.org
Received: (qmail 11617 invoked from network); 15 Sep 2007 09:35:13 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
  by lists.develooper.com with SMTP; 15 Sep 2007 09:35:13 -0000
Received: (qmail 26300 invoked by uid 225); 15 Sep 2007 09:35:13 -0000
Delivered-To: beginners@perl.org
Received: (qmail 26293 invoked by alias); 15 Sep 2007 09:35:12 -0000
X-Spam-Status: No, hits=-2.6 required=8.0
        tests=BAYES_00,SPF_PASS
X-Spam-Check-By: la.mx.develooper.com
Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) 
(66.249.82.239)
    by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Sat, 15 Sep 2007 
02:30:49 -0700
Received: by wx-out-0506.google.com with SMTP id t11so1077113wxc
        for <beginners@perl.org>; Sat, 15 Sep 2007 02:30:08 -0700 (PDT)
Received: by 10.90.29.18 with SMTP id c18mr489842agc.1189806328174;
        Fri, 14 Sep 2007 14:45:28 -0700 (PDT)
Received: by 10.90.119.11 with HTTP; Fri, 14 Sep 2007 14:45:28 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 15 Sep 2007 03:15:28 +0530
From: Somu <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Dan <[EMAIL PROTECTED]>, beginners@perl.org
Subject: Re: HTTP Filtering and Threads...
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <[EMAIL PROTECTED]>
X-ELNK-Received-Info: spv=0;
X-ELNK-AV: 0
X-ELNK-Info: sbv=0; sbrc=.0; sbf=00; sbw=000;

you can store all the data in an array first and then apply regex on
all lines, if the response come in lines. Else, get all the data in a
scalar and apply the regex. I think this may get you the silva

my ($name,$type,$mname) =~ /name=(.*) type=(.*) value=(.*)/i;

i'm not sure though how we may capture all the occurences.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to