[ale] Perl Question
Calvin Harrigan
charriglists at joimail.com
Sun Aug 24 13:19:28 EDT 2003
Hi all,
I have a line in a perl script that I'm messing with that gives a
depricated warning:
Use of implicit split to @_ is deprecated at ./toberecorded.pl line 107.
The lines of code:
my $backend_seperator = '\[\]:\[\]'; #informational purposes not a prob
$recs = split($backend_seperator, &backendCommand($query));
#backendCommand is a function that returns the data to be split.
My question is, being a perl newb, how do I rewrite the code such that
it does not generate the warning. I've been googling for a while, but
nothing yet.
Thanks,
Calvin
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale
More information about the Ale
mailing list