--- In [email protected], Saifi Khan <[EMAIL PROTECTED]> wrote:
>
> 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 <saifi.khan@> wrote:
> > >
> > > On Tue, 10 Jul 2007, Sumit Upadhyay wrote:
> > > 
> > > > Date: Tue, 10 Jul 2007 14:10:58 -0000
> > > > From: Sumit Upadhyay <sumit.techie@>
> > > > 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.
>

Saifi,

You can use your own logic also, But the result should be same what
have given.
Two array are there & result is there.

Sumit

Reply via email to