Without using any modules, if you could atleast get the Image::Magick binary distribution installed into your own directory, you could do a system call to the 'mogrify' utility to resize an image:
See example usage of the 'mogrify' binary here:
http://www.imagemagick.org/script/mogrify.php
Matt