On 17 Sep 2000 23:54:05 -0400, Chaim Frenkel wrote: >What about formating the output as a value that can be used by eval? > > %hash = (a => 1, b => 'the world'); > print "%{hash}\n"; > >('a' => 1, 'b'=> 'the world') So, what about arrays? Or scalars? We have Data::Dumper for that. -- Bart.
- RFC 237 (v1) hashes should interpolate in double-quote... Perl6 RFC Librarian
- Re: RFC 237 (v1) hashes should interpolate in dou... Michael G Schwern
- Re: RFC 237 (v1) hashes should interpolate in... Nathan Wiger
- Re: RFC 237 (v1) hashes should interpolat... Bart Lateur
- Re: RFC 237 (v1) hashes should interpolate in dou... Chaim Frenkel
- Re: RFC 237 (v1) hashes should interpolate in... Nathan Torkington
- Bart Lateur