#!./perl
BEGIN {
chdir 't';
}
print "1..7\n";
{
# tie, track, and report what calls are made
my @calls;
sub AUTOLOAD {
else {
# FETCHSIZE doesn't like undef
# if FIRSTKEY, see if NEXTKEY is also called
return;
}
}
}
}
{our $x;}
{our %x;}
{our (%x);}
{our @x;}
{our (@x);}
$y = 1;
{
my $y = 2;
{
our $y = $y;
}
}