in reply to Re^6: SIG, Modules, and Eval
in thread SIG, Modules, and Eval
Looking in "perldoc perlmod", I can see this info is implied, sort of if I squint real hard, but it's really not obvious to me at all while reading that
Well, perlmod says use Module; is exactly equivalent to BEGIN { require 'Module.pm'; 'Module'->import; }
so :)
|
|---|