[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 21:44:51 -0400
On Sun, 2003-08-24 at 20:44, Geoffrey wrote:
<snip>
> > Use of implicit split to @_ is deprecated at ./toberecorded.pl line 107.
> >
> > The lines of code:
> (106) my $backend_seperator = '\[\]:\[\]'; #informational purposes not a prob
> (107) $recs = split($backend_seperator, &backendCommand($query));
> >
> > #backendCommand is a function that returns the data to be split.
>
> I have a suspicion, but might you share what line 107 of backendCommand
> looks like? What does it return?
Sorry, line 107 is noted above
It does work, just that it generates a warning. The split creates a
list of items from the string that was returned from the function
backendCommand.
Here is a sample return of backendCommand
[]1[]:[]0[]:[]Futurama[]:[]Luck of the Fryish[]:[]Fry quests to recover
a seven-leaf clover he possessed as a child.[]:[]
[]:[]1059[]:[]59[]:[]TOON[]:[]Channel 59 TOON[]:[]
[]:[]0[]:[]0[]:[]2003-08-27T23:30:00[]:[]2003-08-28T00:00:00[]:[]0[]:[]1[]:[]0[]:[] []:[]1[]:[]1[]
Thanks...
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale