read:
perldoc -f split
split /PATTERN/,EXPR,LIMIT
split /PATTERN/,EXPR
split /PATTERN/
split Splits a string into a list of strings and returns
that list. By default, empty leading fields are
preserved, and empty trailing ones are deleted.
In scalar context, returns the number of fields
found and splits into the "@_" array. Use of split
in scalar context is deprecated, however, because it
clobbers your subroutine arguments.
[snip]
you are using split in scalar context. Anyone know what's the solution to
get around this? other than turning off 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]