http://www.perlmonks.org?node_id=623562

isha has asked for the wisdom of the Perl Monks concerning the following question:

hi, I have a module names Sheets.pm, The module contains so many methods(subroutines). Now I only want to use the subroutine named "make_files" from the module file into my script. How can i use only one method from a module? I tried it with use Sheets; but this will allow me to use all the methods from the module.... I only want to use one method from the module..... Please reply me soon.