Ask a Question related to PERL Beginners, Design and Development.
-
Silverfox #1
checking duplicates
Hi all, i'm trying to figure out how I can check for duplicates entries in
an array and remove the duplicate.
Example:
23,23,39,40,44,44
should result in:
23,39,40,44
I'm reading from a file and assigning it to an array.
Silver Fox
Silverfox Guest
-
recordset duplicates
I have a query that brings back the same records more than once depending on how many entry's are in the table based on a non-unique ID. This is... -
Finding duplicates
Hi, didn't think that this could be so tricky. ;) I have a table: ID, Cycle, Name, Institution, Phone, Fax There are entries that have... -
SQL Duplicates
Hi all, I'm facing the next problem: I've got a table like this: Name Size Total Martens 200 2 Martens 300 ... -
counting duplicates
Jane, SELECT field1,count(field1) 'Counter' FROM <tgablename> GROUP BY field1 -- Dinesh. SQL Server FAQ at http://www.tkdinesh.com -
No Duplicates
Is there a way so you make filemaker not accept any duplicate enteries into a certian fields ie; UserName: <field> Is there a way to make it... -
Charles K. Clarkson #2
RE: checking duplicates
SilverFox <underground_miller@hotmail.com> wrote:
:
: Hi all, i'm trying to figure out how I can check
: for duplicates entries in an array and remove
: the duplicate.
Read perlfaq4:
How can I remove duplicate elements from a list or array?
HTH,
Charles K. Clarkson
--
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328
Charles K. Clarkson Guest



Reply With Quote

