John W. Krahn wrote:

>> change:
>> 
>> @users = <FILE>;
>> 
>> to:
>> 
>> chop(@users = <FILE>);
> 
> 
> You should use chomp unless you are stuck in Perl4.
> 

agree. chomp is safer(and faster than chop).

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to