Eric Walker <[EMAIL PROTECTED]> wrote:

> Does anyone know what this means...
> code..
> for ($i = 0;$i <= $size; $i+=$temp){
>  $type    = split(::,shift (@hold));
>  }
> 
> Warning:
> Use of implicit split to @_ is deprecated at .//test.pl line 21

Because perl is expecting an array (@_) to be returned and you are
putting it into a scalar.

That's my guess....

JW

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to