MIDI::Opus error report

[email protected] ("Lee Goddard") Fri, 18 May 2001 12:03:42 +0100
Newsgroups perl.midi
Message-ID <[email protected]>
As it's experimental....

sub save_drawing { my $opus = shift; # a MIDI::Opus object
    my $image = $opus->draw();
	open (OUT, ">out.gif") or return undef;
	binmode(OUT);
	print OUT $image->jpeg;
	close(OUT);
	return 1;
}

Use of uninitialized value in length at
D:/Lang/Perl/AS623/site/lib/MIDI/Opus.pm line 598.


Lee Goddard  http://www.leegoddard.com
Perl / XML / XSLT / Java / Iconoclasm