skip to main
|
skip to sidebar
My Thoughts
Friday, June 17, 2005
Get Unique Elements
#! /usr/local/bin/perl -w
open(FILEREAD, "finale");
open(FILEWR, ">fin");
@in=
;
undef %saw;
@out = grep(!$saw{$_}++, @in);
print @out;
print FILEWR @out;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2009
(2)
►
April
(2)
▼
2005
(28)
►
December
(1)
►
November
(3)
►
July
(4)
▼
June
(15)
Good Link for Digital Image Processing
Remove Duplicate Files using Perl Script
One More Perl Script
Creating Stereo Images Easily
Another Bit Manipulation Function
Get Unique Elements
Wavelets Haar Daubechies
Html Text over an Image
Perl Script: directory file manip
Store Images using Yahoo! API
Read till EOF using FILE*
Bit Holder
Random Distribution: Gaussian
GetStore and Url Extraction
Magic Number in Perl
►
March
(5)
About Me
Shyam
View my complete profile
No comments:
Post a Comment