in reply to Uploading Multiple Photos and Resizing before saving Help!

$image->read('$save_file'); my $n_image = $image->Write( '$save_file' );
Really? Your image is in a file whose first character is a dollar sign? You sure you don't want to drop the quotes?

Perhaps you should check the return values of methods you're calling. I don't know the module, but I doubt the methods have meaningless return values.