You're creating a typeglob *in and declaring it to be local.  I'm not
sure why you would want to do this, but this makes $in, @in, and %in all
local.

-----Original Message-----
From: Buehler, Bob [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 02, 2005 3:13 PM
To: beginners@perl.org
Subject: Help with syntax "local (*in);

local(*in);

Does this indicate that you want to make all variables that begin with
$in private?





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to