in reply to Re: Prototyping - is it necessary?
in thread Prototyping - is it necessary?

sub getFileData()...is missing the prototype
On the contrary... it has an explicit prototype of "no parameters".

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.