* Ruslan Zakirov <ruz@bestpractical.com> [2013-06-16T05:21:28] > Not sure what to do in the following case: > > $ ./perl -Ilib/ -E 'my %h = 1..10; say qq{ %h{"1","3"} }' > %h{"1","3"} > $ ./perl -Ilib/ -E 'my %h = 1..10; say qq{ @h{"1","3"} }' > 2 4 > > Probably it should be left alone as the following doesn't work: Agreed. -- rjbsThread Previous | Thread Next