Help for this page

Select Code to Download


  1. or download this
    sub import {
       ...
       Exporter->export_to_level(1, @_);
       ...
    }
    
  2. or download this
    sub import {
       ...
       goto &Exporter::import;
    }