in reply to Bareword "FILE" not allowed while "strict subs"

sub slurp { open("FILE","<params.inc") || die $! ; restore_parameters("FILE"); close("FILE"); }
  • Comment on Re: Bareword "FILE" not allowed while "strict subs"