<?xml version="1.0" encoding="windows-1252"?>
<node id="1010629" title="Removing elemets from an array" created="2012-12-28 00:35:30" updated="2012-12-28 00:35:30">
<type id="115">
perlquestion</type>
<author id="1010626">
lovelyMonk</author>
<data>
<field name="doctext">
&lt;p&gt;
Hi I have two arrays :
@arcb= (450,625,720,645);
@arca=(625,645);

I need to remove the elements of @arca from elements of @arcb so that the content of @arcb will be (450,720).
Can anyone sugget me how to perform this operation?
&lt;/p&gt;</field>
</data>
</node>
