start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.48 Exporter Chapter 8
Standard Modules
Next: Reference: import
 

export_to_level



package


->export_to_level
(

n

, 

what_to_export

)

Used when you can't use Exporter's import method directly. Takes the following arguments:

n

An integer specifying how far up the calling stack to export your symbols.

what_to_export

Array of symbols to export, usually @_ .


Previous: 8.48 Exporter Perl in a Nutshell Next: Reference: import
8.48 Exporter Book Index Reference: import