if (1 == 1) {
local $var1 = "foo";
my $var2 = "bar";
myprint();
}
sub myprint
{
print $var1, "n";
print $var2;
}
-------------------
Run the s-c-r-i-p-t above, you'll see the difference.
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2025 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy