On Thu, 12 Jul 2007, Sumit Upadhyay wrote:

> Date: Thu, 12 Jul 2007 09:21:55 -0000
> From: Sumit Upadhyay <[EMAIL PROTECTED]>
> Reply-To:  <[email protected]>
> To:  <[email protected]>
> Subject: [twincling] Re: remove a specific element from an array in perl.
> 
> --- In [email protected], Saifi Khan <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, 10 Jul 2007, Sumit Upadhyay wrote:
> > 
> > > Date: Tue, 10 Jul 2007 14:10:58 -0000
> > > From: Sumit Upadhyay <[EMAIL PROTECTED]>
> > > Reply-To:  <[email protected]>
> > > To:  <[email protected]>
> > > Subject: [twincling] Re: remove a specific element from an array
> in perl.
> > > 
> > > Hi again,
> > > 
> > > A better explanation of what i need.
> > > 
> > > @one
> > > win_xyz_0026
> > > win64_xyz_0026.CO
> > > winx64_xyz_0026
> > > win_xyz_0026
> > > win64_xyz_0026
> > > winx64_xyz_0026
> > > 
> > > @two
> > > win_xyz_0026
> > > win64_xyz_0026.CO  
> > > winx64_xyz_0026
> > > 
> > > 
> > > Result i want is 
> > > win_xyz_0026
> > > win64_xyz_0026
> > > winx64_xyz_0026  
> > > 
> > 
> > What pattern do you suggest in the result ?
> > Can you explain a bit.
> > 
> > Saifi.
> >
> 
> Saifi,
> 
> I just want to a cut the @two from @one.
> if i go on comparing each each element with two for loops then it
> removes the repeating elements also i dont want do that.
> 
> sumit
> 

Could you please post the loop logic of your script ?

/Saifi.

Reply via email to