in reply to scaling wxPerl bitmaps

Simply use
my $bmp = Wx::Bitmap->new($image);
If it doesn't work, you'll get an error, if it does, you won't :)
C:\>perl -MWx -e"warn Wx::Bitmap->new(Wx::Image->new)" Wx::Bitmap=SCALAR(0x22516c) at -e line 1. C:\>
The wxPerl wxBitmap documentation ought to say its supported, but I've got an outdated version, so I can't check.

Since this wasn't available in early wxPerl's, you should

use Wx 0.25;

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.