if you load a module like: use something::or::other qw(funt); will it use less memory than just: use something::or::other;
In reply to quick question on modules by perlaintdead