Yes i got it.. it works fine well.
Thanks a lots..
Siva
> Hello,
>
> Here you may try to do,
> while(<FF>) {
> chomp;
> $arrskip{$_} = 1;
> }
>
> chomp would remove newline symbol (on Unix it's "\n") reading from the
> original file.
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
