#!/usr/bin/perl -wT use strict; my $s = q{Syntaxhighlighting}; print $s, ' ist '. join "", reverse('l','o','o','c'); # definitiv!