inserisci questo programmino
dentro la cgi-bin;

file: prova.pl






#! usr/local/bin/perl

$p=$ENV{'QUERY_STRING'};

$n=length($p);

for ($t=0 ; $t<$n ; $t++) {

$p1=(substr $p,$t,1).$p1;

}

print "<HTML><H2>";

print $p1;



#####################

e ti crei un form in HTML che invia la parola

<form action=htttp:// ecc..../cgi-bin/prova.pl >

ecc

il resto e fatto