Help for this page
local $Opt{debug} = 1; some_function();
local $SIG{INT} = "IGNORE";
@paragraphs = do { local $/ = q(); <FH> };