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

vinoth.ree has asked for the wisdom of the Perl Monks concerning the following question:

use Mymodule ();

If I am including a package into my program means I may use variables or functions from that package, but I read that the above line will import nothing, So what is the use of the above line in my perl program ?