Help for this page
local $ENV{BLAH} = 42 if $DO_MAGIC; libcall();
goto LIBCALL if (! $DO_MAGIC); local $ENV{BLAH} = 42; LIBCALL: libcall();