home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / perl / 5019 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!s5!is1.is.morgan.com!is0.is.morgan.com!robt
  3. From: robt@is.morgan.com (Rob Torop)
  4. Subject: kosher?
  5. Message-ID: <ROBT.92Jul29134230@idt101.is.morgan.com>
  6. Sender: news@is.morgan.com
  7. Nntp-Posting-Host: idt101
  8. Organization: Morgan Stanley & Company
  9. Distribution: comp.lang.perl
  10. Date: Wed, 29 Jul 1992 18:42:30 GMT
  11. Lines: 23
  12.  
  13. I recently discovered that rather than using
  14.  
  15.     $a{'blah'} = 'bleh';
  16.  
  17. I can get away with
  18.  
  19.     $a{blah} = 'bleh';
  20.  
  21. i.e. it seems to have exactly the same effect.  Is there any reason I
  22. shouldn't do this?
  23.  
  24. -- Rob Torop
  25.  
  26. +---------------------------------------------------------------------+
  27. | The views expressed here are neither mine nor those of my employer. |
  28. +---------------------------------------------------------------------+
  29.  
  30. --
  31. -- Rob Torop
  32.  
  33. +---------------------------------------------------------------------+
  34. | The views expressed here are neither mine nor those of my employer. |
  35. +---------------------------------------------------------------------+
  36.