( "demo" => sub{ out qq(Ich bin Tag $_tag für Template $htx); out qq(
Mein Inhalt lautet: $_ - bp:$bp ); }, "user" => sub{ ($user)=$_get{htx}=~ /\/(.*)\/.+/; ## Account/user out qq($user); }, "info" => sub{ out qq(\n

Hier die Links zu den Codes

Template: http://baseportal.de/cgi-bin/baseportal.pl?show=/go123/xml
TagsHash: http://baseportal.de/files/go123/hash.htx); }, "&bp;" => sub{ out qq(

baseportal

); } )