#!perl -w
# oops - accidental closure exposed by pperl

my $pid = $$;
sub pid { $pid }
print pid(), "\n";


syntax highlighted by Code2HTML, v. 0.9.1