#!/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
valid-html401.png patent_button.gif anybrowser.gif permaplant.png vim.gif elektra.jpg fsfe-logo.png valid-css.png