Boris Hoeller: uppercase2lowercase und viceversa

Beitrag lesen

Hi,

Kleine Wochenendfrage: (hat auch ein wenig mit XML zu tun)

SCRIPT:
-- snip --

#!/usr/bin/perl -w

$string = "<TAG>hallo</TAG>";

the magic Zeile is missing

print $string;

-- snap --

OUTPUT:

<tag>HALLO</tag>

TASK: What ist the magic Zeile?

Danke für einen Cloue!
bonngrüße
bho