Help for this page

Select Code to Download


  1. or download this
    require Sheets;
    Sheets->make_files;
    
  2. or download this
    require Sheets;
    Sheets->new->make_files;
    
  3. 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