#!/usr/bin/perl

sub test;

$test = "global\n";

{
	local $test = "dynamisch überschatten!\n";
	&test ();
	print $test;

}

print $test;

sub test { print $test; } # gebe globales Test aus!
Archiviert am 14.02.2026
patent_button.gif valid-html401.png elektra.jpg permaplant.png fsfe-logo.png valid-css.png vim.gif anybrowser.gif