in reply to Single quotes inside variable names
%foo = (a'b => "foo"); $foo{c'd} = "foo"; print join "," keys %foo; __END__ a::b,c::d
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Single quotes inside variable names
by japhy (Canon) on Aug 12, 2005 at 18:20 UTC |