in reply to Bareword "FILE" not allowed while "strict subs"
sub slurp { open(my $FILE,"<params.inc") || die $! ; restore_parameters($FILE); close($FILE); } [download]