Copyright © tutorialspoint.com
Syntax
Definition and UsageChanges the name of the current symbol table to NAME. The scope of the package name is until the end of the enclosing block. If NAME is omitted, there is no current package, and all function and variables names must be declared with their fully qualified names. Return Value
ExampleTo understand package keyword check Perl Modules session.
|
Copyright © tutorialspoint.com