# Perl has three contexts: string context, numeric context, and miscellaneous context. $name="Tom"; $age=3; $height=4.5;