http://qs1969.pair.com?node_id=404903


in reply to Re^3: use and require inside subs
in thread use and require inside subs

Even more convincing is to put the print statement before the if statement.
print "$_\n" for keys %INC; if (0) { print "This block is happening!\n"; use Win32; }

--
[ e d @ h a l l e y . c c ]