>
>
>you are using split in scalar context. Anyone know what's the solution to
>get around this? other than turning off warnings.
>
probably not what you want, but

$policyCount = scalar(@tmp = split (/\t/, $violations{$vID}));

works fine without warnings.    



>
>
>>-----Original Message-----
>>From: Kirby_Sarah [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, August 12, 2002 5:29 PM
>>To: '[EMAIL PROTECTED]'
>>Subject: deprewhat?
>>
>>
>>
>>What does this mean?
>>
>>Use of implicit split to @_ is deprecated at UNIX_prelim.pl line 344.
>>
>>line 344: $policyCount = split (/\t/, $violations{$vID});     
>>
>>-Sarah
>>
>>
>>-- 
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>----------------------------------------------------------------------------
>--------------------
>The views and opinions expressed in this email message are the sender's
>own, and do not necessarily represent the views and opinions of Summit
>Systems Inc.
>
>




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

Reply via email to