"Karl Dane" <karl 'at' rince.net> writes: > my $img1 = SDL::Surface->new( -name => "./img1.png" ); > > $img1->display_format();
notice: this is probably not what you want. #display_format does
not modify the underlying object. you probably meant:
$img1 = $img1->display_format();
--
Guillaume Cottenceau
Create your personal SMS or WAP Service - visit http://mobilefriends.ch/
