in reply to Using only one subroutine from module file
use Streets qw(); # Hide everything ... Streets::make_files (...); # Access sub explicitly
Including files in the Tutorials section provides a little more detail and links to further documentation.
|
|---|