[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Perl Question
- Subject: [ale] Perl Question
- From: charriglists at joimail.com (Calvin Harrigan)
- Date: 24 Aug 2003 13:19:28 -0400
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