Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Get context of the current sub ...Create a temporary value for a ... (Berikutnya)
Keywords altering or affecting scoping of identifiers

Patch a module's namespace into your own

Daftar Isi

  • import LIST

    There is no builtin import function. It is just an ordinarymethod (subroutine) defined (or inherited) by modules that wish to exportnames to another module. The use function calls the import methodfor the package used. See also use, perlmod, and Exporter.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Get context of the current sub ...Create a temporary value for a ... (Berikutnya)