#!/usr/bin/perl -w use strict; my $aloha = "hello"; print reverse($aloha);