From: Logan Capaldo Date: 2006-01-21T05:37:47+09:00 Subject: Re: strict pragma & scope --Apple-Mail-3-568461337 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Jan 20, 2006, at 3:05 PM, Tom Allison wrote: > my $super_ids; > ... > print $super_id,"\n"; In ruby... super_ids = nil # assign to declare ... print super_id, "\n" If you run this you'll get NameError: undefined local variable or method `super_id' for main:Object --Apple-Mail-3-568461337--