in reply to Re^5: Why am I getting "premature end of script header"? - eval { use }
in thread Why am I getting "premature end of script header"?

I suppose using the & was helpful to me also because it let me know when I was calling something i had personally created, versus calling a builtin function or something from another module...
  • Comment on Re^6: Why am I getting "premature end of script header"? - eval { use }

Replies are listed 'Best First'.
Re^7: Why am I getting "premature end of script header"? - eval { use }
by ikegami (Patriarch) on Nov 27, 2006 at 23:49 UTC
    Calling it with the ampersand disables the function's prototype. That's one reason to avoid using the ampersand.