Help for this page
use strict; my $temp; ... print "func:$temp\n"; sub func { return ''; }
func: func:undefined