in reply to Re: Need help with objects
in thread Need help with objects

While a #! isn't needed, it's often useful to have as many utilities (e.g. file) and editors (vim, the various emacsen) will key off it to determine the file's type. Granted some of these may use the file's extension as well (the editors will) if the shebang is missing, but it really doesn't hurt anything to have it there.