I asked this question previously, but received no response. I sure the reason was that I was far too verbose. So let me make it simple:
What is the logic that says all data types will be prefixed with special character such as "$" or "%" or "@" except file handles? Why are file handles weird?
Perl has only three data types, scalars and aggregates of scalars called arrays and hashes. Filehandles (and directory handles) aren't data types.
John -- use Perl; program fulfillment
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>