Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: require_versionChapter 8
Standard Modules
Next: Reference: export_tags
 

export_fail

module_name->export_fail(failed_symbols)

Returns a list of symbols that couldn't be imported. The default method provided by Exporter returns the list unchanged.


Previous: Reference: require_versionPerl in a NutshellNext: Reference: export_tags
Reference: require_versionBook IndexReference: export_tags