in reply to how to avoid mis-spelling hash keys?
might be helpful as well; it was introduced in 5.005, is still present in 5.8, and is described nicely both in it's man page and in Damian Conway's excellent book "Object Oriented Perl" (section 4.3, pp. 130-131).use fields qw/this_key that_key other_key/;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: how to avoid mis-spelling hash keys?
by Gorilla (Sexton) on Jan 05, 2003 at 18:26 UTC | |
by graff (Chancellor) on Jan 05, 2003 at 18:46 UTC | |
by jeffa (Bishop) on Jan 05, 2003 at 18:53 UTC | |
by pg (Canon) on Jan 05, 2003 at 19:20 UTC | |
by janx (Monk) on Jan 05, 2003 at 19:00 UTC | |
by BrentDax (Hermit) on Jan 06, 2003 at 22:56 UTC |