Ok, it seems I was following the wrong track.

I think the problem is the intialization at line 64, today it looks

Thanks for that hint.

If I change line 64 to this instead everything works

Code:
--------------------
    my $line1 = '';my $overlay1='';my $line2='';my $overlay2='';
--------------------

What about
        my ( $line1, $overlay1, $line2, $overlay2 ) = ('', '', '', '');

It's a cosmetic change, but I'd like to know whether it changes anything.

I am not a perl expert.

Neither am I :-).

--

Michael

-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to