This is the revision history for export in <matrix.org:#rAnyijhRxzFRfdjSHl:matrix.org>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
11746 | export | is | [fact exporter] Exporter - make subroutines (or other symbols) available in "use"ing modules: package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); |
pink_mist | <*:##NULL> |
6277 | export | is | Exporters - make subroutines (or other symbols) available in the "use"ing modules - see http://perldoc.perl.org/Exporter.html and the more modern http://search.cpan.org/dist/Sub-Exporter/ | rindolf | <*:##NULL> |