Path: utzoo!attcan!uunet!convex!convex.com!tchrist From: tchrist@convex.com (Tom Christiansen) Newsgroups: comp.lang.perl Subject: nested packages??? Message-ID: <108383@convex.convex.com> Date: 8 Nov 90 01:40:07 GMT Sender: usenet@convex.com Reply-To: tchrist@convex.com (Tom Christiansen) Organization: Convex Computer Corp, Richardson, TX Lines: 24 I just did this: $foo'bar'glarch = 1; and print $foo'bar'glarch; and the right thing happened!! In the debugger, 'V foo' says: %_bar = ( glarch 'StB^S^H^PgH^A' ) and "V foo'bar" says nothing at all. On the other hand, $foo'bar'glarch = 'red'; followed by print $foo'bar'glarch; still says 1. Isn't that odd? --tom