home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!s5!is1.is.morgan.com!is0.is.morgan.com!robt
- From: robt@is.morgan.com (Rob Torop)
- Subject: kosher?
- Message-ID: <ROBT.92Jul29134230@idt101.is.morgan.com>
- Sender: news@is.morgan.com
- Nntp-Posting-Host: idt101
- Organization: Morgan Stanley & Company
- Distribution: comp.lang.perl
- Date: Wed, 29 Jul 1992 18:42:30 GMT
- Lines: 23
-
- I recently discovered that rather than using
-
- $a{'blah'} = 'bleh';
-
- I can get away with
-
- $a{blah} = 'bleh';
-
- i.e. it seems to have exactly the same effect. Is there any reason I
- shouldn't do this?
-
- -- Rob Torop
-
- +---------------------------------------------------------------------+
- | The views expressed here are neither mine nor those of my employer. |
- +---------------------------------------------------------------------+
-
- --
- -- Rob Torop
-
- +---------------------------------------------------------------------+
- | The views expressed here are neither mine nor those of my employer. |
- +---------------------------------------------------------------------+
-