- or download this
require Sheets;
Sheets->make_files;
- or download this
require Sheets;
Sheets->new->make_files;
- or download this
# load Sheets
require Sheets; # making it known to the current package
...
*make_files = \&Sheets::make_files;
# use it
make_files() # call cleanly Sheets::make_files