From: "Cliff Nadler" <[EMAIL PROTECTED]>
> my @login=split(/:/,chomp($line)); This does not do what you think it does. 'chomp' returns the number of characters removed. Check the docs. HTH, Douglas Wilson
From: "Cliff Nadler" <[EMAIL PROTECTED]>
> my @login=split(/:/,chomp($line)); This does not do what you think it does. 'chomp' returns the number of characters removed. Check the docs. HTH, Douglas Wilson