When doing a split and no array present to the left of = then would
go to @_ when wanted to see what you had just split.  It is saying you
should not do that, but provide an array reference for the split.

Wags ;) ps I believe that it is what it is saying.
-----Original Message-----
From: Kirby_Sarah [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 12, 2002 14:29
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]

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

Reply via email to