can i take input to associative array from the user like this: %words=<stdin>;
-----Original Message----- From: Randy W. Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 12:02 PM To: Sumanth Sharma Cc: [EMAIL PROTECTED] Subject: Re: Can Perl be faster than C ? Sumanth Sharma wrote: > Hi All, > > Are there instances/scenarios where Perl can really be faster that > C/C++. (Do not include coding or design time here, consider only run-time). Perl is implemented in C. It can only be as fast as C, assuming a competent C programmer. Randy. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. ************************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
