package ->export_to_level ( n , what_to_export )
package
n
what_to_export
Used when you can't use Exporter's import method directly. Takes the following arguments:
An integer specifying how far up the calling stack to export your symbols.
Array of symbols to export, usually @_ .
@_
Copyright © 2001 O'Reilly & Associates. All rights reserved.