-Original Message-
From: Adriano Allora [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 16, 2006 1:21 PM
To: beginners@perl.org
Subject: match an array element
hi all,
I need to match any array element in a list of files. More precisely
I'd to extract the $. for each match reco
Adriano Allora wrote:
> hi all,
Hello,
> I need to match any array element in a list of files. More precisely I'd
> to extract the $. for each match recording an hash element like this one:
>
> $matches{$filename} = $.
>
> Every file is a list of unique words, so I'm sure there will not be
> pr
Adriano Allora wrote:
>
> I need to match any array element in a list of files. More precisely I'd
> to extract the $. for each match recording an hash element like this one:
>
> $matches{$filename} = $.
>
> Every file is a list of unique words, so I'm sure there will not be
> problems.
> My actua
hi all,
I need to match any array element in a list of files. More precisely
I'd to extract the $. for each match recording an hash element like
this one:
$matches{$filename} = $.
Every file is a list of unique words, so I'm sure there will not be
problems.
My actual solution sounds like: