Re: remove duplicate lines

2002-10-04 Thread waytech
{print unless $seen{$_}++}' outfile > > > > > >On Wed, 02 Oct 2002 04:17:29 -0400, Sudarshan Raghavan wrote: > > > >>On Fri, 27 Sep 2002, waytech wrote: >> >> >> >>>hi, >>> >>>i want to remove du

remove duplicate lines

2002-09-30 Thread waytech
hi, i want to remove duplicate lines from one file(original file), and save the result to another file. the origianl file like this: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECT

where to start... (urgent)

2002-09-26 Thread waytech
Hi, I am new to perl. But my frist task in the new company is to write a program using it. The program is to prevent password protected website from password sharing. Such as a online training website, two persons can not use the same username and passowrd at the same time. And th