No, since Perl is not a strongly typed language! :)
What you have to do, though, is first convert the character 'a' into its ASCII value, using the ord() function. Then you can add your integer to the resulting value, and to obtain the character again, you use the chr function.